blob: 0a588880e43d55e21fd8abed2b928e8f4b26f30d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opt/brother/Printers/DCPL2620DW/inf/setupPrintcap.old 2023-12-27 14:47:03.567653816 +0200
+++ opt/brother/Printers/DCPL2620DW/inf/setupPrintcap 2023-12-27 14:47:44.307832276 +0200
@@ -16,7 +16,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
|