From 804fca6e4966eea946776ea3ad46eb6eab41385f Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 19 Sep 2003 01:54:57 +0000 Subject: The -P option to smbclient no longer works - update all smbprint scripts to remove it. Closes bug #473. (This used to be commit a9f22ed9d715e4acf529ff873b0d99d4b29c5f1b) --- examples/printing/smbprint | 1 - examples/printing/smbprint-new.sh | 1 - examples/printing/smbprint.sysv | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/printing') diff --git a/examples/printing/smbprint b/examples/printing/smbprint index 68bd66a13f..61ee41f444 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 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" # diff --git a/examples/printing/smbprint.sysv b/examples/printing/smbprint.sysv index 3e1cec47f5..11fea21441 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 $? -- cgit