svn commit: r227531 - head/rescue/rescue

Dag-Erling Smorgrav des at FreeBSD.org
Tue Nov 15 16:20:39 UTC 2011


Author: des
Date: Tue Nov 15 16:20:39 2011
New Revision: 227531
URL: http://svn.freebsd.org/changeset/base/227531

Log:
  Add netcat (nc) to /rescue.
  
  MFC after:	3 weeks

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Tue Nov 15 14:40:00 2011	(r227530)
+++ head/rescue/rescue/Makefile	Tue Nov 15 16:20:39 2011	(r227531)
@@ -181,7 +181,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-all mailing list