From: Michael Tremer Date: Wed, 14 Oct 2020 09:51:27 +0000 (+0000) Subject: samba: Drop default printer configuration X-Git-Tag: v2.25-core152~7^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0ccb2c1d154f32f033f188c086e658039c57d8c4;p=ipfire-2.x.git samba: Drop default printer configuration Signed-off-by: Michael Tremer --- diff --git a/config/samba/printer b/config/samba/printer deleted file mode 100644 index a4f04ccbdc..0000000000 --- a/config/samba/printer +++ /dev/null @@ -1,22 +0,0 @@ -[printers] -comment = Drucker -security = server -path = /var/log/spool/lpd/lp -lprm command = /usr/local/bin/lprm -P%p %j -lpq command = /usr/local/bin/lpq %p -browseable = yes -printable = yes -public = yes -writable = no -create mode = 0700 -use client driver = yes - -[Drucker] -security = server -path = /var/log/spool/lpd/lp -printer name = lp -writable = no -public = yes -printable = yes -print command = lpr -r -h -P %p %s -use client driver = Yes