]> granicus.if.org Git - sudo/commitdiff
Set -e in %pos and %preun for debian to quiet a lintian warning.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 May 2012 20:10:44 +0000 (16:10 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 31 May 2012 20:10:44 +0000 (16:10 -0400)
sudo.pp

diff --git a/sudo.pp b/sudo.pp
index 83d7b5ef61b1b977e17f9b5f757d9cbc88125f67..6968549ddebb5048f506b688f03aa730925d68b6 100644 (file)
--- a/sudo.pp
+++ b/sudo.pp
@@ -284,6 +284,8 @@ still allow people to get their work done."
        fi
 
 %post [deb]
+       set -e
+
        # dpkg-deb does not maintain the mode on the sudoers file, and
        # installs it 0640 when sudo requires 0440
        chmod %{sudoers_mode} %{sudoersdir}/sudoers
@@ -318,6 +320,8 @@ still allow people to get their work done."
        '
 
 %preun [deb]
+       set -e
+
        # Remove the /etc/ldap/ldap.conf -> /etc/sudo-ldap.conf symlink if
        # it matches what we created in the postinstall script.
        if test X"%{flavor}" = X"ldap" -a \