pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba/files Add a note as to the purpose of this s...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8387ca367e0e
branches:  trunk
changeset: 490378:8387ca367e0e
user:      lukem <lukem%pkgsrc.org@localhost>
date:      Tue Mar 08 01:36:16 2005 +0000

description:
Add a note as to the purpose of this script.

diffstat:

 net/samba/files/samba.sh |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r b3ae0ae9fd3f -r 8387ca367e0e net/samba/files/samba.sh
--- a/net/samba/files/samba.sh  Tue Mar 08 01:25:09 2005 +0000
+++ b/net/samba/files/samba.sh  Tue Mar 08 01:36:16 2005 +0000
@@ -1,8 +1,14 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: samba.sh,v 1.15 2004/01/12 03:33:04 jlam Exp $
+# $NetBSD: samba.sh,v 1.16 2005/03/08 01:36:16 lukem Exp $
 #
 # KEYWORD: nostart
+#
+#      This script is intended for the end-user.
+#      It is not started by /etc/rc.
+#      It manipulates various samba services (smbd, nmbd, winbindd),
+#      which are controlled via their appropriate rc.conf(5) settings.
+#
 
 if [ -f /etc/rc.subr ]; then
        . /etc/rc.subr



Home | Main Index | Thread Index | Old Index