summaryrefslogtreecommitdiff
path: root/misc/e2fsprogs-libuuid/files/uuidd.in
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-02-24 03:11:57 +0000
commitfa4a943c17e47bf910596a414fd7287983350b9b (patch)
treedc76cec18a505befc330e612e0a56bf1caa5ca49 /misc/e2fsprogs-libuuid/files/uuidd.in
parent- Fix manpage pointing to correct PREFIX for binary and conf (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
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"