diff options
author | Tim Potter <tpot@samba.org> | 2003-09-19 06:21:46 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-19 06:21:46 +0000 |
commit | 48a5e3fa09f1f5fc2ca7c7b5a17b58999092861a (patch) | |
tree | f1e9d72da6f6fd25d080a86eafdeb86ff29f6bd0 /examples/printing/smbprint.sysv | |
parent | dfc79d317e74c8a0fd38982e9a8491d8effd9ad4 (diff) | |
download | samba-48a5e3fa09f1f5fc2ca7c7b5a17b58999092861a.tar.gz samba-48a5e3fa09f1f5fc2ca7c7b5a17b58999092861a.tar.bz2 samba-48a5e3fa09f1f5fc2ca7c7b5a17b58999092861a.zip |
Merge from 3.0:
>The -P option to smbclient no longer works - update all smbprint scripts to
>remove it. Closes bug #473.
(This used to be commit 87e8d584e992df9170b3a36ef60bcdea8ddc9887)
Diffstat (limited to 'examples/printing/smbprint.sysv')
-rw-r--r-- | examples/printing/smbprint.sysv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/printing/smbprint.sysv b/examples/printing/smbprint.sysv index 3e1cec47f5..11fea21441 100644 --- a/examples/printing/smbprint.sysv +++ b/examples/printing/smbprint.sysv @@ -47,6 +47,6 @@ password="" echo translate echo "print -" cat $* -) | /opt/samba/smbclient "\\\\$server\\$service" $password -N -P > /dev/null +) | /opt/samba/smbclient "\\\\$server\\$service" $password -N > /dev/null exit $? |