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 | 87e8d584e992df9170b3a36ef60bcdea8ddc9887 (patch) | |
tree | d4883d8bcc46a3cdada303dadee48a7b57222625 /examples | |
parent | 028179b18b3037f24e7a49fe9e7bf64c4cacdd94 (diff) | |
download | samba-87e8d584e992df9170b3a36ef60bcdea8ddc9887.tar.gz samba-87e8d584e992df9170b3a36ef60bcdea8ddc9887.tar.xz samba-87e8d584e992df9170b3a36ef60bcdea8ddc9887.zip |
Merge from 3.0:
>The -P option to smbclient no longer works - update all smbprint scripts to
>remove it. Closes bug #473.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/printing/smbprint | 1 | ||||
-rw-r--r-- | examples/printing/smbprint-new.sh | 1 | ||||
-rw-r--r-- | examples/printing/smbprint.sysv | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/examples/printing/smbprint b/examples/printing/smbprint index 68bd66a13fe..61ee41f4440 100755 --- a/examples/printing/smbprint +++ b/examples/printing/smbprint @@ -140,6 +140,5 @@ $smbclient \ $IP \ $debugargs \ -U $username \ - -P \ -c "$command" # diff --git a/examples/printing/smbprint-new.sh b/examples/printing/smbprint-new.sh index 68bd66a13fe..61ee41f4440 100644 --- a/examples/printing/smbprint-new.sh +++ b/examples/printing/smbprint-new.sh @@ -140,6 +140,5 @@ $smbclient \ $IP \ $debugargs \ -U $username \ - -P \ -c "$command" # diff --git a/examples/printing/smbprint.sysv b/examples/printing/smbprint.sysv index 3e1cec47f50..11fea21441b 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 $? |