From 984ce45b6f50e3f125c723950e7a09f48c5358a9 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 11 Jan 2004 00:38:17 +0000 Subject: Fix printing of daemon name if rc.subr isn't there. --- security/winbind/files/winbindd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/winbind') diff --git a/security/winbind/files/winbindd.sh b/security/winbind/files/winbindd.sh index 4e0e43ca0ba..01e49e2527c 100755 --- a/security/winbind/files/winbindd.sh +++ b/security/winbind/files/winbindd.sh @@ -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 @@ then load_rc_config $name run_rc_command "$1" else - @ECHO@ -n ' ${name}' + @ECHO@ -n " ${name}" ${command} ${winbindd_flags} fi -- cgit v1.2.3