blob: 88e0b3fc095f4d31a61f0860c94657ab9754b058 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opt/brother/Printers/dcpj100/inf/setupPrintcapij.old 2008-09-15 22:01:07.000000000 +0200
+++ opt/brother/Printers/dcpj100/inf/setupPrintcapij 2008-09-15 22:01:26.000000000 +0200
@@ -34,7 +34,7 @@
if [ ! -d $SPOOLER_NAME ]; then
mkdir $SPOOLER_NAME
fi
- chown lp $SPOOLER_NAME
+ chown root $SPOOLER_NAME
chgrp lp $SPOOLER_NAME
chmod 700 $SPOOLER_NAME
|