From 0ae32cd6e8f1a64e014ea8cff244c971bc479bc6 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 1 Dec 2010 19:45:13 -0700 Subject: [PATCH] add descriptions to LSB init headers --- debian/changelog | 1 + debian/sudo-ldap.sudo.init | 2 ++ debian/sudo.sudo.init | 2 ++ 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9cd401d..002ad25 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ sudo (1.7.4p4-5) UNRELEASED; urgency=low * patch from Jakub Wilk to add noopt and nostrip build option support, closes: #605580 * make sudoers a conffile, closes: #605130 + * add descriptions to LSB init headers, closes: #604619 * add Vcs entries to the control file * use debhelper install files instead of explicit installs in rules diff --git a/debian/sudo-ldap.sudo.init b/debian/sudo-ldap.sudo.init index 530fd63..23700d0 100644 --- a/debian/sudo-ldap.sudo.init +++ b/debian/sudo-ldap.sudo.init @@ -7,6 +7,8 @@ # X-Start-Before: rmnologin # Default-Start: 2 3 4 5 # Default-Stop: +# Short-Description: Provide limited super user privileges to specific users +# Description: Provide limited super user privileges to specific users. ### END INIT INFO N=/etc/init.d/sudo diff --git a/debian/sudo.sudo.init b/debian/sudo.sudo.init index 9300b1e..9a4fb31 100644 --- a/debian/sudo.sudo.init +++ b/debian/sudo.sudo.init @@ -7,6 +7,8 @@ # X-Start-Before: rmnologin # Default-Start: 2 3 4 5 # Default-Stop: +# Short-Description: Provide limited super user privileges to specific users +# Description: Provide limited super user privileges to specific users. ### END INIT INFO N=/etc/init.d/sudo -- 2.30.2