pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/winbind/files Fix printing of daemon name if ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c8331007ce8
branches:  trunk
changeset: 466068:2c8331007ce8
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sun Jan 11 00:38:17 2004 +0000

description:
Fix printing of daemon name if rc.subr isn't there.

diffstat:

 security/winbind/files/winbindd.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 4f1e4d3d2e9c -r 2c8331007ce8 security/winbind/files/winbindd.sh
--- a/security/winbind/files/winbindd.sh        Sun Jan 11 00:33:03 2004 +0000
+++ b/security/winbind/files/winbindd.sh        Sun Jan 11 00:38:17 2004 +0000
@@ -1,6 +1,6 @@
 #!@RCD_SCRIPTS_SHELL@
 #
-# $NetBSD: winbindd.sh,v 1.2 2002/09/20 02:02:01 grant Exp $
+# $NetBSD: winbindd.sh,v 1.3 2004/01/11 00:38:17 jlam Exp $
 #
 # PROVIDE: winbindd
 # REQUIRE: nmbd
@@ -22,6 +22,6 @@
        load_rc_config $name
        run_rc_command "$1"
 else
-       @ECHO@ -n ' ${name}'
+       @ECHO@ -n " ${name}"
        ${command} ${winbindd_flags}
 fi



Home | Main Index | Thread Index | Old Index