svn commit: r276558 - stable/9/rescue/rescue

Xin LI delphij at FreeBSD.org
Fri Jan 2 18:57:52 UTC 2015


Author: delphij
Date: Fri Jan  2 18:57:51 2015
New Revision: 276558
URL: https://svnweb.freebsd.org/changeset/base/276558

Log:
  MFC r275435: Add sleep(1) to /rescue.

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	Fri Jan  2 18:57:26 2015	(r276557)
+++ stable/9/rescue/rescue/Makefile	Fri Jan  2 18:57:51 2015	(r276558)
@@ -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 -ltermcap -lutil
 CRUNCH_BUILDTOOLS+= bin/sh
 


More information about the svn-src-all mailing list