Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Feb 2012 13:23:45 +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-8@freebsd.org
Subject:   svn commit: r231272 - stable/8/rescue/rescue
Message-ID:  <201202091323.q19DNj6m002650@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202091323.q19DNj6m002650>