Hi everyone, I had fixed this bug. The patch is attached in this message. Best Regards. -- Leonardo Rodrigues de Mello jabber: l@lmello.eu.org
diff -uNr debian.orig/papercut.init debian/papercut.init
--- debian.orig/papercut.init 2008-03-05 10:55:33.000000000 -0300
+++ debian/papercut.init 2008-03-05 10:56:33.000000000 -0300
@@ -68,7 +68,7 @@
;;
esac
-if [ $? == 0 ]; then
+if [ $? = 0 ]; then
echo .
exit 0
else