aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/e2fsprogs-libuuid/Makefile2
-rw-r--r--misc/e2fsprogs-libuuid/files/uuidd.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/misc/e2fsprogs-libuuid/Makefile b/misc/e2fsprogs-libuuid/Makefile
index f30c6ace903b..b1bcdf74fb61 100644
--- a/misc/e2fsprogs-libuuid/Makefile
+++ b/misc/e2fsprogs-libuuid/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= misc devel
PKGNAMESUFFIX= -libuuid
diff --git a/misc/e2fsprogs-libuuid/files/uuidd.in b/misc/e2fsprogs-libuuid/files/uuidd.in
index 029ebf94c2b1..ec933ee21e63 100644
--- a/misc/e2fsprogs-libuuid/files/uuidd.in
+++ b/misc/e2fsprogs-libuuid/files/uuidd.in
@@ -16,5 +16,7 @@ rcvar=`set_rcvar`
command="%%PREFIX%%/sbin/uuidd"
procname="${command}"
+: ${uuidd_enable="NO"}
+
load_rc_config $name
run_rc_command "$1"