Author: bapt Date: Thu Feb 9 13:23:33 2012 New Revision: 231271 URL: http://svn.freebsd.org/changeset/base/231271
Log: MFH r227531: Add netcat (nc) to /rescue. Approved by: des (mentor) Modified: stable/9/rescue/rescue/Makefile Directory Properties: stable/9/rescue/rescue/ (props changed) Modified: stable/9/rescue/rescue/Makefile ============================================================================== --- stable/9/rescue/rescue/Makefile Thu Feb 9 10:56:05 2012 (r231270) +++ stable/9/rescue/rescue/Makefile Thu Feb 9 13:23:33 2012 (r231271) @@ -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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
