From: Bdale Garbee Date: Wed, 11 Jan 2012 22:37:36 +0000 (-0700) Subject: ah, wrong fix X-Git-Tag: debian/1.8.3p1-3~3 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=a99ff365611b9a12e0d2aecc9896580ec1b7d595;p=debian%2Fsudo ah, wrong fix --- diff --git a/debian/sudo-ldap.postinst b/debian/sudo-ldap.postinst index 7394d52..464afc9 100644 --- a/debian/sudo-ldap.postinst +++ b/debian/sudo-ldap.postinst @@ -66,7 +66,7 @@ if [ "$gid" -ne "27" ];then read ans [ "$ans" = "" ] && break if [ "$ans" = "yes" -o "$ans" = "YES" ];then - echo "\'dpkg --pending --configure\' will restart the configuration.\n\n" + echo "'dpkg --pending --configure' will restart the configuration." exit 1; fi echo "Please enter exactly 'yes' to stop, or press the enter key to continue without stopping" @@ -78,3 +78,4 @@ groupadd -g $gid sudo echo "" +#DEBHELPER# diff --git a/debian/sudo.postinst b/debian/sudo.postinst index 77c11cc..a1261b5 100644 --- a/debian/sudo.postinst +++ b/debian/sudo.postinst @@ -54,7 +54,7 @@ if [ "$gid" -ne "27" ];then read ans [ "$ans" = "" ] && break if [ "$ans" = "yes" -o "$ans" = "YES" ];then - echo "\'dpkg --pending --configure\' will restart the configuration.\n\n" + echo "'dpkg --pending --configure' will restart the configuration." exit 1; fi echo "Please enter exactly 'yes' to stop, or press the enter key to continue without stopping" @@ -66,3 +66,4 @@ groupadd -g $gid sudo echo "" +#DEBHELPER#