diff options
author | Toru Matsuzaki | 2020-06-30 22:34:10 +0900 |
---|---|---|
committer | Toru Matsuzaki | 2020-06-30 22:34:10 +0900 |
commit | 853e9a319a03c37900100b5558386e5854e464b6 (patch) | |
tree | cb8f604eea3e5a1c04fe518ef9b35019dbe0a6cb /fix_lp.patch | |
download | aur-brother-dcpj582n.tar.gz |
Initial commit.
Diffstat (limited to 'fix_lp.patch')
-rw-r--r-- | fix_lp.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fix_lp.patch b/fix_lp.patch new file mode 100644 index 00000000000..e126f343a84 --- /dev/null +++ b/fix_lp.patch @@ -0,0 +1,11 @@ +--- opt/brother/Printers/dcpj582n/inf/setupPrintcapij.old 2020-06-05 22:21:00.364552651 +0900 ++++ opt/brother/Printers/dcpj582n/inf/setupPrintcapij 2020-06-05 22:18:11.379178284 +0900 +@@ -34,7 +34,7 @@ + if [ ! -d $SPOOLER_NAME ]; then + mkdir -p $SPOOLER_NAME + fi +- chown lp $SPOOLER_NAME ++ chown root $SPOOLER_NAME + chgrp lp $SPOOLER_NAME + chmod 700 $SPOOLER_NAME + |