r8384: merging clutter fixes from release branch
authorGerald Carter <jerry@samba.org>
Tue, 12 Jul 2005 16:34:44 +0000 (16:34 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:59:56 +0000 (10:59 -0500)
(This used to be commit cbe74c09109dcfe93aa4af085920999ccbff34df)

19 files changed:
examples/logon/genlogon/genlogon.pl [moved from examples/genlogon/genlogon.pl with 100% similarity]
examples/logon/mklogon/mklogon.conf [moved from examples/mklogon/mklogon.conf with 100% similarity]
examples/logon/mklogon/mklogon.pl [moved from examples/mklogon/mklogon.pl with 100% similarity]
examples/logon/ntlogon/README [moved from examples/ntlogon/README with 100% similarity]
examples/logon/ntlogon/ntlogon.conf [moved from examples/ntlogon/ntlogon.conf with 100% similarity]
examples/logon/ntlogon/ntlogon.py [moved from examples/ntlogon/ntlogon.py with 100% similarity]
examples/scripts/debugging/linux/backtrace [moved from examples/scripts/backtrace with 100% similarity]
examples/scripts/debugging/solaris/README [moved from examples/debugging/README with 100% similarity]
examples/scripts/debugging/solaris/solaris-oops.sh [moved from examples/debugging/solaris-oops.sh with 100% similarity]
examples/scripts/printing/cups/smbaddprinter.pl [moved from examples/scripts/perl/smbaddprinter.pl with 100% similarity]
examples/scripts/printing/cups/smbdelprinter.pl [moved from examples/scripts/perl/smbdelprinter.pl with 100% similarity]
examples/scripts/shares/perl/modify_samba_config.pl [moved from examples/scripts/perl/modify_samba_config.pl with 100% similarity]
examples/scripts/shares/python/SambaConfig.py [moved from examples/scripts/python/SambaConfig.py with 100% similarity]
examples/scripts/shares/python/SambaParm.py [moved from examples/scripts/python/SambaParm.py with 100% similarity]
examples/scripts/shares/python/generate_parm_table.py [moved from examples/scripts/python/generate_parm_table.py with 100% similarity]
examples/scripts/shares/python/modify_samba_config.py [moved from examples/scripts/python/modify_samba_config.py with 100% similarity]
examples/scripts/shares/python/smbparm.py [moved from examples/scripts/python/smbparm.py with 100% similarity]
examples/svr4-startup/README [deleted file]
packaging/sysv/samba.init [moved from examples/svr4-startup/samba.server with 85% similarity]

diff --git a/examples/svr4-startup/README b/examples/svr4-startup/README
deleted file mode 100644 (file)
index 8ed9f74..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-Hi and thanks for this great software.
-
-Solaris (and other sysv) machines have a standardized way of
-starting and shutting down services (you may well know that already).
-
-Here's a piece of code one could place under /etc/init.d
-and create appropriate link from, say
-
-   /etc/rc2.d/S99samba.server
-
-to make smbd start and stop automatically with system bootups and
-shutdowns. Each one should edit the lines containing the
-daemon calls to agree with his/her installation (the code below
-works with the defaults) and workgroup  setup (we use the -G and -n
-options).
-
-
-I hope this will be of use --- at least it is for me.
-
-Yours,
-
-Timo Knuutila
-knuutila@cs.utu.fi
-
similarity index 85%
rename from examples/svr4-startup/samba.server
rename to packaging/sysv/samba.init
index 0a47fdb10ce623ed061fd67260beb9820bf9313f..e021e911f6be75e70a81bf22d6d5550d267e07ea 100755 (executable)
@@ -1,7 +1,6 @@
 #!/bin/sh
-#ident  "@(#)samba.server 1.0   96/06/19 TK"    /* SVr4.0 1.1.13.1*/
 #
-# Please send info on modifications to knuutila@cs.utu.fi
+# Copyright (c) Timo Knuutila <knuutila@cs.utu.fi>     1996.
 #
 # This file should have uid root, gid sys and chmod 744
 #