diff options
author | Juri Jensen <juri@xenux.dk> | 2001-10-23 13:57:33 +0000 |
---|---|---|
committer | Juri Jensen <juri@xenux.dk> | 2001-10-23 13:57:33 +0000 |
commit | c3d62c0ad90e4a11848b63e8fdb485062165411e (patch) | |
tree | 983612a367299ec00909fe10e37e482a6b34bffe | |
parent | 076e69ef928aef8353e7eb31fd0340250577174f (diff) |
* Changed the IP for the Brother printer
-rw-r--r-- | printcap.xenuxlocal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/printcap.xenuxlocal b/printcap.xenuxlocal index 07ea5a6..ab9c131 100644 --- a/printcap.xenuxlocal +++ b/printcap.xenuxlocal @@ -1,7 +1,7 @@ lp|brlaser|Brother 1270N:\ :lp=:\ :sd=/var/spool/lpd/brlaser:\ - :rm=192.168.200.10:\ + :rm=192.168.200.40:\ :rp=POSTSCRIPT_P1:\ :af=/var/log/lp-acct:\ :lf=/var/log/lp-errs: @@ -9,7 +9,7 @@ lp|brlaser|Brother 1270N:\ lp1|brlasertxt|Brother 1270N Text Only:\ :lp=:\ :sd=/var/spool/lpd/brlasertxt:\ - :rm=192.168.200.10:\ + :rm=192.168.200.40:\ :rp=TEXT_P1:\ :af=/var/log/lp-acct:\ :lf=/var/log/lp-errs: |