svn commit: r231272 - stable/8/rescue/rescue

Baptiste Daroussin bapt at FreeBSD.org
Thu Feb 9 13:23:45 UTC 2012


Author: bapt
Date: Thu Feb  9 13:23:44 2012
New Revision: 231272
URL: http://svn.freebsd.org/changeset/base/231272

Log:
  MFH r227531: Add netcat (nc) to /rescue.
  
  Approved by:	des (mentor)

Modified:
  stable/8/rescue/rescue/Makefile
Directory Properties:
  stable/8/rescue/rescue/   (props changed)

Modified: stable/8/rescue/rescue/Makefile
==============================================================================
--- stable/8/rescue/rescue/Makefile	Thu Feb  9 13:23:33 2012	(r231271)
+++ stable/8/rescue/rescue/Makefile	Thu Feb  9 13:23:44 2012	(r231272)
@@ -199,7 +199,7 @@ CRUNCH_BUILDOPTS_dhclient= -DRELEASE_CRU
 #
 CRUNCH_SRCDIRS+= usr.bin
 
-CRUNCH_PROGS_usr.bin= head mt sed tail tee
+CRUNCH_PROGS_usr.bin= head mt nc sed tail tee
 
 CRUNCH_PROGS_usr.bin+= gzip
 CRUNCH_ALIAS_gzip= gunzip gzcat zcat


More information about the svn-src-stable-8 mailing list