From a7cca495b24eb83efe8dfe00eeb21e74e99a1dc9 Mon Sep 17 00:00:00 2001 From: pjd Date: Mon, 9 Apr 2007 19:16:48 +0000 Subject: 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 --- ObsoleteFiles.inc | 2 ++ bin/uuidgen/Makefile | 2 ++ usr.bin/uuidgen/Makefile | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 49a1ad6..881dbfe 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -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 diff --git a/bin/uuidgen/Makefile b/bin/uuidgen/Makefile index 370241d..04ce7f5 100644 --- a/bin/uuidgen/Makefile +++ b/bin/uuidgen/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +BINDIR= /bin + PROG= uuidgen WARNS?= 6 diff --git a/usr.bin/uuidgen/Makefile b/usr.bin/uuidgen/Makefile index 370241d..04ce7f5 100644 --- a/usr.bin/uuidgen/Makefile +++ b/usr.bin/uuidgen/Makefile @@ -1,5 +1,7 @@ # $FreeBSD$ +BINDIR= /bin + PROG= uuidgen WARNS?= 6 -- cgit v1.1