aboutsummaryrefslogtreecommitdiff
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.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/misc/e2fsprogs-libuuid/files/uuidd.in b/misc/e2fsprogs-libuuid/files/uuidd.in
new file mode 100644
index 000000000000..029ebf94c2b1
--- /dev/null
+++ b/misc/e2fsprogs-libuuid/files/uuidd.in
@@ -0,0 +1,20 @@
+#!/bin/sh
+#
+# rcNG script to start uuidd at boot-time on rcNG-enabled systems,
+# such as FreeBSD.
+#
+# (C) 2008 by Matthias Andree.
+# Licensed under the modified (= 2-clause) BSD license.
+
+# PROVIDE: uuidd
+# BEFORE: DAEMON
+
+. %%RC_SUBR%%
+
+name="uuidd"
+rcvar=`set_rcvar`
+command="%%PREFIX%%/sbin/uuidd"
+procname="${command}"
+
+load_rc_config $name
+run_rc_command "$1"