From 87de4b70dff9c399c44ab55301085ba1e361c803 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 24 Aug 2008 01:20:49 -0400 Subject: [PATCH] debian: Add uuid-runtime.lintian-overrides I want to make sure the uuidd daemon is shutdown before removing the package. Since the uuidd daemon is provided by the uuid-runtime package, and I *know* exactly where it is, and I ***don't*** want the script to be confused by some other pathname being used by the local administrator, I specify an explicit pathname. In addition, given the explicit test to make sure /usr/sbin/uuidd exists, it seems non-sensical to remove the prepended path. Signed-off-by: "Theodore Ts'o" --- debian/uuid-runtime.lintian-overrides | 1 + 1 file changed, 1 insertion(+) create mode 100644 debian/uuid-runtime.lintian-overrides diff --git a/debian/uuid-runtime.lintian-overrides b/debian/uuid-runtime.lintian-overrides new file mode 100644 index 00000000..4642d30b --- /dev/null +++ b/debian/uuid-runtime.lintian-overrides @@ -0,0 +1 @@ +uuid-runtime: command-with-path-in-maintainer-script prerm:5 /usr/sbin/uuidd