tags 480618 + patch
thanks

Patch attached.

This removes the bashisms, and ensures that the regenerated /etc/issue is
byte-identical with the one on my Debian sid system


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad welcome2l-3.04.orig/debian/preinst welcome2l-3.04/debian/preinst
--- welcome2l-3.04.orig/debian/preinst  2008-05-24 15:52:38.000000000 +0100
+++ welcome2l-3.04/debian/preinst       2008-05-24 15:52:46.000000000 +0100
@@ -27,7 +27,8 @@
        # Make sure that /etc/issue exists...
        if [ ! -f /etc/issue ]; then
                echo -n "Restoring the original /etc/issue..."
-                echo "Debian GNU/\s `cat /etc/debian_version`  \n \l" > 
/etc/issue
+                printf "Debian GNU/`uname -s` `cat /etc/debian_version` \\\n 
\\l\n\n" > /etc/issue
+
                 echo "done."
        fi
 fi

Attachment: signature.asc
Description: PGP signature

Reply via email to