summaryrefslogtreecommitdiff
path: root/packaging/Mandrake
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-09-19 01:54:57 +0000
committerTim Potter <tpot@samba.org>2003-09-19 01:54:57 +0000
commit804fca6e4966eea946776ea3ad46eb6eab41385f (patch)
treec122d2a615ad1187742c4de339713a9e3ad59b9e /packaging/Mandrake
parent3a48e4b2875a6cb1c143377d7f6fb0be50ea80d2 (diff)
downloadsamba-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 'packaging/Mandrake')
-rwxr-xr-xpackaging/Mandrake/smbprint2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/Mandrake/smbprint b/packaging/Mandrake/smbprint
index 0d07c9c783..b5f689f291 100755
--- a/packaging/Mandrake/smbprint
+++ b/packaging/Mandrake/smbprint
@@ -74,4 +74,4 @@ echo "server $server, service $service" >> $logfile
# echo translate
echo "print -"
cat
-) | /usr/bin/smbclient "//$server/$service" $password -U $server -N -P >> $logfile
+) | /usr/bin/smbclient "//$server/$service" $password -U $server -N >> $logfile