summaryrefslogtreecommitdiff
path: root/packaging/RedHat
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-09-19 06:21:46 +0000
committerTim Potter <tpot@samba.org>2003-09-19 06:21:46 +0000
commit48a5e3fa09f1f5fc2ca7c7b5a17b58999092861a (patch)
treef1e9d72da6f6fd25d080a86eafdeb86ff29f6bd0 /packaging/RedHat
parentdfc79d317e74c8a0fd38982e9a8491d8effd9ad4 (diff)
downloadsamba-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 'packaging/RedHat')
-rwxr-xr-xpackaging/RedHat/smbprint2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RedHat/smbprint b/packaging/RedHat/smbprint
index ec083eede6..a0fd2e481b 100755
--- a/packaging/RedHat/smbprint
+++ b/packaging/RedHat/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