Move uuidgen(1) from /usr/bin/ to /bin/. It will be used in rc.d/hostid

script, which will be executed before /usr/ mount.

Reviewed by:	mlaier, rink, brooks, rwatson
This commit is contained in:
Pawel Jakub Dawidek 2007-04-09 19:16:48 +00:00
parent 24be4e6248
commit 0c6b66bd70
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=168544
3 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
# 20070409: uuidgen moved to /bin/
OLD_FILES+=usr/bin/uuidgen
# 20070328: bzip2 1.0.4
OLD_FILES+=usr/share/info/bzip2.info.gz
# 20070303: libarchive 2.0

View File

@ -1,5 +1,7 @@
# $FreeBSD$
BINDIR= /bin
PROG= uuidgen
WARNS?= 6

View File

@ -1,5 +1,7 @@
# $FreeBSD$
BINDIR= /bin
PROG= uuidgen
WARNS?= 6