Date: Thu, 9 Feb 2012 13:23:33 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org Subject: svn commit: r231271 - stable/9/rescue/rescue Message-ID: <201202091323.q19DNXEt002609@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202091323.q19DNXEt002609>