Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Dec 2014 01:34:25 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r275435 - head/rescue/rescue
Message-ID:  <201412030134.sB31YP7R074915@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: delphij
Date: Wed Dec  3 01:34:24 2014
New Revision: 275435
URL: https://svnweb.freebsd.org/changeset/base/275435

Log:
  Add sleep(1) to /rescue.  This adds 664 bytes to the binary on amd64 but
  it's pretty useful for shell scripts.
  
  MFC after:	1 month
  Sponsored by:	iXsystems, Inc.

Modified:
  head/rescue/rescue/Makefile

Modified: head/rescue/rescue/Makefile
==============================================================================
--- head/rescue/rescue/Makefile	Wed Dec  3 00:47:05 2014	(r275434)
+++ head/rescue/rescue/Makefile	Wed Dec  3 01:34:24 2014	(r275435)
@@ -51,7 +51,8 @@ CRUNCH_LIBS+= ${.OBJDIR}/../librescue/*.
 CRUNCH_SRCDIRS+= bin
 CRUNCH_PROGS_bin= cat chflags chio chmod cp date dd df echo 	\
 	 ed expr getfacl hostname kenv kill ln ls mkdir mv	\
-	 pkill ps pwd realpath rm rmdir setfacl sh stty sync test
+	 pkill ps pwd realpath rm rmdir setfacl sh sleep stty	\
+	 sync test
 CRUNCH_LIBS+= -lcrypt -ledit -ljail -lkvm -ll -ltermcapw -lutil -lxo
 CRUNCH_BUILDTOOLS+= bin/sh
 



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