summaryrefslogtreecommitdiff
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
commit87e8d584e992df9170b3a36ef60bcdea8ddc9887 (patch)
treed4883d8bcc46a3cdada303dadee48a7b57222625
parent028179b18b3037f24e7a49fe9e7bf64c4cacdd94 (diff)
downloadsamba-87e8d584e992df9170b3a36ef60bcdea8ddc9887.tar.gz
Merge from 3.0:
>The -P option to smbclient no longer works - update all smbprint scripts to >remove it. Closes bug #473.
-rwxr-xr-xexamples/printing/smbprint1
-rw-r--r--examples/printing/smbprint-new.sh1
-rw-r--r--examples/printing/smbprint.sysv2
-rwxr-xr-xpackaging/Mandrake/smbprint2
-rwxr-xr-xpackaging/RedHat/smbprint2
5 files changed, 3 insertions, 5 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 $?
diff --git a/packaging/Mandrake/smbprint b/packaging/Mandrake/smbprint
index 0d07c9c7833..b5f689f2912 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
diff --git a/packaging/RedHat/smbprint b/packaging/RedHat/smbprint
index ec083eede62..a0fd2e481b5 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