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:
parent
24be4e6248
commit
0c6b66bd70
@ -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
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
BINDIR= /bin
|
||||
|
||||
PROG= uuidgen
|
||||
WARNS?= 6
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
BINDIR= /bin
|
||||
|
||||
PROG= uuidgen
|
||||
WARNS?= 6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user