diff options
author | Andrew Tridgell <tridge@samba.org> | 1999-12-13 13:27:58 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1999-12-13 13:27:58 +0000 |
commit | 3db52feb1f3b2c07ce0b06ad4a7099fa6efe3fc7 (patch) | |
tree | 866dd15416c3d8554bb207709f433a87ad0c012d /examples | |
parent | f6276724bafdb6145c0c7b565172d80cb04516ea (diff) | |
download | samba-3db52feb1f3b2c07ce0b06ad4a7099fa6efe3fc7.tar.gz samba-3db52feb1f3b2c07ce0b06ad4a7099fa6efe3fc7.tar.bz2 samba-3db52feb1f3b2c07ce0b06ad4a7099fa6efe3fc7.zip |
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
(This used to be commit 453a822a76780063dff23526c35408866d0c0154)
Diffstat (limited to 'examples')
-rw-r--r-- | examples/autofs/auto.a | 11 | ||||
-rw-r--r-- | examples/printer-accounting/hp5-redir | 3 | ||||
-rw-r--r-- | examples/printer-accounting/lp-acct | 3 | ||||
-rwxr-xr-x | examples/printing/smbprint | 2 | ||||
-rw-r--r-- | examples/validchars/validchr.com | bin | 9792 -> 8824 bytes |
5 files changed, 5 insertions, 14 deletions
diff --git a/examples/autofs/auto.a b/examples/autofs/auto.a index fc293f5391..0fa8f4efc3 100644 --- a/examples/autofs/auto.a +++ b/examples/autofs/auto.a @@ -9,10 +9,7 @@ valepp -fstype=nfs,rsize=8192,wsize=8192 valepp:/ galaun -fstype=nfs,rsize=8192,wsize=8192 galaun:/ # smb-servers -supra_andreas -fstype=smb,uuname=andreas supra:/aheinrich -supra_cspiel -fstype=smb,uuname=cspiel supra:/cspiel -phonon_andreas -fstype=smb,uuname=andreas,fmod=3700 phonon:/andreas -helium_cspiel -fstype=smb,uuname=cspiel,fmod=3700 helium:/cspiel - -#supra_jaz -fstype=smb,user,fmod=644,dmod=755 supra:/f - +supra_andreas -fstype=smb,username=andreas,password=foo ://supra/aheinrich +supra_cspiel -fstype=smb,username=cspiel ://supra/cspiel +phonon_andreas -fstype=smb,username=andreas ://phonon/andreas +helium_cspiel -fstype=smb,username=cspiel ://helium/cspiel diff --git a/examples/printer-accounting/hp5-redir b/examples/printer-accounting/hp5-redir index 98c2b72edd..ea1299068a 100644 --- a/examples/printer-accounting/hp5-redir +++ b/examples/printer-accounting/hp5-redir @@ -1,8 +1,5 @@ #!/usr/bin/perl # -# $Source: /data/src/mirror/cvs/samba/examples/printer-accounting/hp5-redir,v $ -# $Id: hp5-redir,v 1.1 1996/07/23 03:30:56 samba-bugs Exp $ -# # 0 == stdin == docuement # 1 == stdout == printer # 2 == stderr == logging diff --git a/examples/printer-accounting/lp-acct b/examples/printer-accounting/lp-acct index 3fe45f877f..91a3def08f 100644 --- a/examples/printer-accounting/lp-acct +++ b/examples/printer-accounting/lp-acct @@ -1,8 +1,5 @@ #!/usr/bin/perl # -# $Source: /data/src/mirror/cvs/samba/examples/printer-accounting/lp-acct,v $ -# $Id: lp-acct,v 1.1 1996/07/23 03:30:56 samba-bugs Exp $ -# # 0 == stdin == docuement # 1 == stdout == printer # 2 == stderr == logging diff --git a/examples/printing/smbprint b/examples/printing/smbprint index 9d19c26dec..5a00a2a8aa 100755 --- a/examples/printing/smbprint +++ b/examples/printing/smbprint @@ -87,7 +87,7 @@ echo "server $server, service $service" >> $logfile ( # NOTE You may wish to add the line `echo translate' if you want automatic # CR/LF translation when printing. - if [ $TRANS ]; then + if [ $TRANS -eq 1 ]; then echo translate fi echo "print -" diff --git a/examples/validchars/validchr.com b/examples/validchars/validchr.com Binary files differindex ce15956836..a5dbb39bed 100644 --- a/examples/validchars/validchr.com +++ b/examples/validchars/validchr.com |