blob: 87f05672d76f2565208453f69e1e4e5d05bdc5f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- opt/brother/Printers/dcpt426w/inf/setupPrintcapij 2021-12-08 22:45:40.000000000 -0300
+++ opt/brother/Printers/dcpt426w/inf/setupPrintcapij 2025-03-07 19:31:01.251219400 -0300
@@ -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
|