File: setup-fix-permissions-of-etc-apsfilter-queue-netware-conf.patch

package info (click to toggle)
apsfilter 7.2.6-3
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 3,344 kB
  • sloc: sh: 452; ansic: 236; perl: 175; makefile: 124
file content (19 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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