diff options
author | Gerald Carter <jerry@samba.org> | 2001-06-01 12:33:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-06-01 12:33:16 +0000 |
commit | e76caa5a8b2015211741253b5aa4e069621e411a (patch) | |
tree | 57e67493bb23366a97f2739d53261037ed38fffd /packaging/SGI/smbprint | |
parent | ff681c40678cca8e5b2fa5400fc4f9319c5aa869 (diff) | |
download | samba-e76caa5a8b2015211741253b5aa4e069621e411a.tar.gz samba-e76caa5a8b2015211741253b5aa4e069621e411a.tar.bz2 samba-e76caa5a8b2015211741253b5aa4e069621e411a.zip |
final sync with SAMBA_2_2
(This used to be commit a25f6694d230fe384c212350dacf17bfae3ab79d)
Diffstat (limited to 'packaging/SGI/smbprint')
-rw-r--r-- | packaging/SGI/smbprint | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/SGI/smbprint b/packaging/SGI/smbprint index 0db8b6f7e3..07923a42b1 100644 --- a/packaging/SGI/smbprint +++ b/packaging/SGI/smbprint @@ -49,6 +49,6 @@ password="" echo translate echo "print -" cat $* -) | /usr/samba/bin/smbclient "\\\\$server\\$service" $password -N -P > /dev/null +) | /usr/samba/bin/smbclient "//$server/$service" $password -N > /dev/null exit $? |