The Debian package checking tool lintian thinks that the script is missing Requires on $remote_fs because it pokes at stuff under /usr and it's probably right. Signed-off-by: Andreas Henriksson <andreas@xxxxxxxx> --- misc-utils/uuidd.rc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc-utils/uuidd.rc.in b/misc-utils/uuidd.rc.in index 3c5528a..cebe228 100644 --- a/misc-utils/uuidd.rc.in +++ b/misc-utils/uuidd.rc.in @@ -1,8 +1,8 @@ #! /bin/sh -e ### BEGIN INIT INFO # Provides: uuidd -# Required-Start: $time $local_fs -# Required-Stop: $time $local_fs +# Required-Start: $time $local_fs $remote_fs +# Required-Stop: $time $local_fs $remote_fs # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: uuidd daemon -- 2.0.0 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html