diff options
author | John Terpstra <jht@samba.org> | 2003-03-28 00:50:49 +0000 |
---|---|---|
committer | John Terpstra <jht@samba.org> | 2003-03-28 00:50:49 +0000 |
commit | c2f285e6b15c0c3ca36849d33c17ea108470fd95 (patch) | |
tree | 41b5515af97ee792906715c651887d199a76c870 /docs/docbook/projdoc/printer_driver2.sgml | |
parent | 00934b5d0062fce3fbaffabde6d5c10b8447f369 (diff) | |
download | samba-c2f285e6b15c0c3ca36849d33c17ea108470fd95.tar.gz samba-c2f285e6b15c0c3ca36849d33c17ea108470fd95.tar.bz2 samba-c2f285e6b15c0c3ca36849d33c17ea108470fd95.zip |
Updating projdoc from HEAD brach.
(This used to be commit d4545b9154162a0a340ef52bfe8443b86dae9e56)
Diffstat (limited to 'docs/docbook/projdoc/printer_driver2.sgml')
-rw-r--r-- | docs/docbook/projdoc/printer_driver2.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/docbook/projdoc/printer_driver2.sgml b/docs/docbook/projdoc/printer_driver2.sgml index 7bca8dc6f5..8d15e437b2 100644 --- a/docs/docbook/projdoc/printer_driver2.sgml +++ b/docs/docbook/projdoc/printer_driver2.sgml @@ -409,8 +409,8 @@ echo " :sd=/var/spool/lpd/$2:\\" >> $PRINTCAP echo " :mx=0:ml=0:sh:\\" >> $PRINTCAP echo " :lp=/usr/local/samba/var/print/$5.prn:" >> $PRINTCAP -touch "/usr/local/samba/var/print/$5.prn" >> /tmp/printadd.$$ 2>&1 -chown $LP "/usr/local/samba/var/print/$5.prn" >> /tmp/printadd.$$ 2>&1 +touch "/usr/local/samba/var/print/$5.prn" >> /tmp/printadd.$$ 2>&1 +chown $LP "/usr/local/samba/var/print/$5.prn" >> /tmp/printadd.$$ 2>&1 mkdir /var/spool/lpd/$2 chmod 700 /var/spool/lpd/$2 @@ -757,7 +757,7 @@ be: /usr/bin/id -p >/tmp/tmp.print # we run the command and save the error messages # replace the command with the one appropriate for your system - /usr/bin/lpr -r -P$1 $2 2>>&/tmp/tmp.print + /usr/bin/lpr -r -P$1 $2 2>>&/tmp/tmp.print </programlisting></para> <para> |