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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
