summaryrefslogtreecommitdiff
path: root/misc/e2fsprogs-libuuid/files/uuidd.in
diff options
context:
space:
mode:
Diffstat (limited to 'misc/e2fsprogs-libuuid/files/uuidd.in')
-rw-r--r--misc/e2fsprogs-libuuid/files/uuidd.in27
1 files changed, 0 insertions, 27 deletions
diff --git a/misc/e2fsprogs-libuuid/files/uuidd.in b/misc/e2fsprogs-libuuid/files/uuidd.in
deleted file mode 100644
index 5e48d6d4b052..000000000000
--- a/misc/e2fsprogs-libuuid/files/uuidd.in
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/bin/sh
-#
-# rcNG script to start uuidd at boot-time on rcNG-enabled systems,
-# such as FreeBSD. Note: Starting uuidd at boot-time is not strictly
-# necessary, the library will - as of 1.41.5 - silently launch an
-# instance of uuidd that exits after 300 seconds; for most accurate
-# time-based uuids generated from unprivileged user accounts it may be
-# useful to run it system-wide.
-#
-# (C) 2008, 2009 by Matthias Andree.
-# Licensed under the modified (= 2-clause) BSD license.
-
-# PROVIDE: uuidd
-# REQUIRE: FILESYSTEMS ldconfig
-# BEFORE: DAEMON
-
-. /etc/rc.subr
-
-name="uuidd"
-rcvar=uuidd_enable
-command="%%PREFIX%%/sbin/uuidd"
-procname="${command}"
-
-: ${uuidd_enable="NO"}
-
-load_rc_config $name
-run_rc_command "$1"