summaryrefslogtreecommitdiff
path: root/security/winbind
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-11 00:38:17 +0000
committerjlam <jlam>2004-01-11 00:38:17 +0000
commit984ce45b6f50e3f125c723950e7a09f48c5358a9 (patch)
tree8f8bb629d77fe3ae052a95a9e4fa3ad7a43ea305 /security/winbind
parent076a71c6bd9d59f7215bb7a760cd3c33e3d749cd (diff)
downloadpkgsrc-984ce45b6f50e3f125c723950e7a09f48c5358a9.tar.gz
Fix printing of daemon name if rc.subr isn't there.
Diffstat (limited to 'security/winbind')
-rwxr-xr-xsecurity/winbind/files/winbindd.sh4
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