Subject: SETUP: Fix permissions of /etc/apsfilter/QUEUE/netware.conf
Author: Pawel Wiecek <coven@debian.org>
Date: 2004-01-28 (or earlier)
Bug-Debian: https://bugs.debian.org/203216
Forwarded: unknown

--- a/SETUP.in
+++ b/SETUP.in
@@ -1777,7 +1777,9 @@
 	if [ "$NCP_PASSWD" ]; then
 	    echo "   read protect password information..."
 	    chmod $PASSWD_PROTECT netware.conf
-	    chown $LP_OWNER:$LP_GROUP netware.conf
+#	    chown $LP_OWNER:$LP_GROUP netware.conf
+	    chown lp:$LP_GROUP netware.conf
+	    # see Debian BTS#203216
 	fi
     fi
 
