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 | 914b34a6343c2512631d49333fc50677e6af2c4b (patch) | |
tree | 8f8bb629d77fe3ae052a95a9e4fa3ad7a43ea305 /security/winbind | |
parent | fc6e2547922e329656f3b59b4a4ca295a6aab432 (diff) | |
download | pkgsrc-914b34a6343c2512631d49333fc50677e6af2c4b.tar.gz |
Fix printing of daemon name if rc.subr isn't there.
Diffstat (limited to 'security/winbind')
-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 |