diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-16 22:36:57 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-16 22:36:57 +0000 |
commit | 448a00f1dc0d290be873e79a333906cddf3e0b4d (patch) | |
tree | 51c9ad54fda7bc95efef9e745d805bb40fb9be71 /misc/e2fsprogs-libuuid/files | |
parent | c424711199ee3e5bdaf98e7f9a4e1cb16f90070b (diff) |
Notes
Diffstat (limited to 'misc/e2fsprogs-libuuid/files')
-rw-r--r-- | misc/e2fsprogs-libuuid/files/uuidd.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/misc/e2fsprogs-libuuid/files/uuidd.in b/misc/e2fsprogs-libuuid/files/uuidd.in index ec933ee21e63..7660ff63122f 100644 --- a/misc/e2fsprogs-libuuid/files/uuidd.in +++ b/misc/e2fsprogs-libuuid/files/uuidd.in @@ -1,9 +1,13 @@ #!/bin/sh # # rcNG script to start uuidd at boot-time on rcNG-enabled systems, -# such as FreeBSD. +# 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 by Matthias Andree. +# (C) 2008, 2009 by Matthias Andree. # Licensed under the modified (= 2-clause) BSD license. # PROVIDE: uuidd |