blob: 9d111986732ad27a0048241b29cf7970f4162f88 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opt/brother/Printers/mfcj245/inf/setupPrintcapij.old 2008-09-15 22:01:07.000000000 +0200
+++ opt/brother/Printers/mfcj245/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
|