Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793a04a
)
debian: Add "set -e" to uuid-runtime's prerm script
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 20 Jan 2009 05:55:32 +0000
(
00:55
-0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Tue, 20 Jan 2009 05:55:32 +0000
(
00:55
-0500)
This addresses a Lintian warning.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
debian/uuid-runtime.prerm
patch
|
blob
|
history
diff --git
a/debian/uuid-runtime.prerm
b/debian/uuid-runtime.prerm
index
241d7a0
..
904e161
100644
(file)
--- a/
debian/uuid-runtime.prerm
+++ b/
debian/uuid-runtime.prerm
@@
-1,5
+1,5
@@
#! /bin/sh
-
+set -e
if [ -x /usr/sbin/uuidd ]
then
/usr/sbin/uuidd -k || true