ah, wrong fix
authorBdale Garbee <bdale@gag.com>
Wed, 11 Jan 2012 22:37:36 +0000 (15:37 -0700)
committerBdale Garbee <bdale@gag.com>
Wed, 11 Jan 2012 22:37:36 +0000 (15:37 -0700)
debian/sudo-ldap.postinst
debian/sudo.postinst

index 7394d52256d3e1615c0afe11dd2a842448b82bf0..464afc95376b547fa313e114f08ecbafa2c4c333 100644 (file)
@@ -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#
index 77c11ccdb5ee1bacaed9231853eca501f3f1b621..a1261b59bf3b48f98572e0220a73d71b145974e5 100644 (file)
@@ -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#