diff options
author | Tim Potter <tpot@samba.org> | 2003-09-19 01:54:57 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-19 01:54:57 +0000 |
commit | 804fca6e4966eea946776ea3ad46eb6eab41385f (patch) | |
tree | c122d2a615ad1187742c4de339713a9e3ad59b9e /examples/printing/smbprint-new.sh | |
parent | 3a48e4b2875a6cb1c143377d7f6fb0be50ea80d2 (diff) | |
download | samba-804fca6e4966eea946776ea3ad46eb6eab41385f.tar.gz samba-804fca6e4966eea946776ea3ad46eb6eab41385f.tar.bz2 samba-804fca6e4966eea946776ea3ad46eb6eab41385f.zip |
The -P option to smbclient no longer works - update all smbprint scripts to
remove it. Closes bug #473.
(This used to be commit a9f22ed9d715e4acf529ff873b0d99d4b29c5f1b)
Diffstat (limited to 'examples/printing/smbprint-new.sh')
-rw-r--r-- | examples/printing/smbprint-new.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/printing/smbprint-new.sh b/examples/printing/smbprint-new.sh index 68bd66a13f..61ee41f444 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" # |