aboutsummaryrefslogtreecommitdiffstats
path: root/debian/uuid-runtime.prerm
Commit message (Collapse)AuthorAgeFilesLines
* debian: Add "set -e" to uuid-runtime's prerm scriptTheodore Ts'o2009-01-201-1/+1
| | | | | | This addresses a Lintian warning. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* debian: Fix all postinst/prerm/postrm scripts to include debhelper additionsTheodore Ts'o2008-01-011-0/+4
| | | | Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
* Add uuidd daemon to prevent duplicate time-based UUID'sTheodore Ts'o2007-12-161-0/+6
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>