This website requires JavaScript.
Explore
Help
Register
Sign In
korg
/
e2fsprogs
Watch
0
Star
0
Fork
0
You've already forked e2fsprogs
mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced
2024-11-28 12:34:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
dd9aa132bf
e2fsprogs
/
debian
/
uuid-runtime.prerm
11 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add uuidd daemon to prevent duplicate time-based UUID's Also store the clock sequence information in a state file in /var/lib/misc/uuid-clock so that if the time goes backwards the clock sequence counter can get bumped. This allows us to completely correctly generate time-based (version 1) UUID's according to the algorithm specified RFC 4122. Addresses-Sourceforge-Bug: #1529672 Addresses-Red-Hat-Bugzilla: #233471 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-12-17 06:21:38 +08:00
#! /bin/sh
debian: Add "set -e" to uuid-runtime's prerm script This addresses a Lintian warning. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2009-01-20 13:55:32 +08:00
set -e
Add uuidd daemon to prevent duplicate time-based UUID's Also store the clock sequence information in a state file in /var/lib/misc/uuid-clock so that if the time goes backwards the clock sequence counter can get bumped. This allows us to completely correctly generate time-based (version 1) UUID's according to the algorithm specified RFC 4122. Addresses-Sourceforge-Bug: #1529672 Addresses-Red-Hat-Bugzilla: #233471 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2007-12-17 06:21:38 +08:00
if [ -x /usr/sbin/uuidd ]
then
/usr/sbin/uuidd -k || true
fi
debian: Fix all postinst/prerm/postrm scripts to include debhelper additions Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
2008-01-01 15:20:07 +08:00
#DEBHELPER#
exit 0
Reference in New Issue
Copy Permalink