From a99ff365611b9a12e0d2aecc9896580ec1b7d595 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Wed, 11 Jan 2012 15:37:36 -0700 Subject: [PATCH] ah, wrong fix --- debian/sudo-ldap.postinst | 3 ++- debian/sudo.postinst | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) 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# -- 2.30.2