1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

r8384: merging clutter fixes from release branch

(This used to be commit cbe74c09109dcfe93aa4af085920999ccbff34df)
This commit is contained in:
Gerald Carter 2005-07-12 16:34:44 +00:00 committed by Gerald (Jerry) Carter
parent cfda53db8b
commit b99ae51374
19 changed files with 1 additions and 26 deletions

View File

@ -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

View File

@ -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
#