diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-11 00:38:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-11 00:38:17 +0000 |
commit | 0e60357705fe8253c532f99d1bbd6b85871ef377 (patch) | |
tree | 8f8bb629d77fe3ae052a95a9e4fa3ad7a43ea305 /security | |
parent | 489bc96215d573f1ec5f53924c09cb8c8b51a84f (diff) | |
download | pkgsrc-0e60357705fe8253c532f99d1bbd6b85871ef377.tar.gz |
Fix printing of daemon name if rc.subr isn't there.
Diffstat (limited to 'security')
-rwxr-xr-x | security/winbind/files/winbindd.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |