tag 472231 patch thanks Attached is a patch fixing the bashisms.
Cheers, -- Atomo64 - Raphael Please avoid sending me Word, PowerPoint or Excel attachments. See http://www.gnu.org/philosophy/no-word-attachments.html
diff --exclude=.svn --exclude=CVS --exclude='~' -urN libpam-ssh-1.91.0.orig/debian/libpam-ssh.postinst libpam-ssh-1.91.0/debian/libpam-ssh.postinst
--- libpam-ssh-1.91.0.orig/debian/libpam-ssh.postinst 2008-04-05 20:58:21.000000000 -0600
+++ libpam-ssh-1.91.0/debian/libpam-ssh.postinst 2008-04-05 21:06:37.000000000 -0600
@@ -5,9 +5,9 @@
configure)
if [ -f /etc/init.d/libpam-ssh ]; then
echo -n "Removing trailing old script.."
- update-rc.d -f libpam-ssh remove &> /dev/null
+ update-rc.d -f libpam-ssh remove > /dev/null 2>&1
echo -n "."
- rm -f /etc/init.d/libpam-ssh &> /dev/null
+ rm -f /etc/init.d/libpam-ssh > /dev/null 2>&1
echo "Ok."
fi
;;
signature.asc
Description: This is a digitally signed message part.

