summaryrefslogtreecommitdiff
path: root/net/samba
diff options
context:
space:
mode:
authorjlam <jlam>2001-08-23 04:15:10 +0000
committerjlam <jlam>2001-08-23 04:15:10 +0000
commit36c86b82d54fad52b179f913853edc855298e662 (patch)
tree107e0f15bb5a251db562510e591aff9355e74849 /net/samba
parentb8b598e022d61b0d614ad5d0545a136691977cfb (diff)
downloadpkgsrc-36c86b82d54fad52b179f913853edc855298e662.tar.gz
Make "samba reload" actually kick smbd like it's supposed to. Thanks
again to Luke Mewburn <lukem@wasabisystems.com> for pointing this out.
Diffstat (limited to 'net/samba')
-rw-r--r--net/samba/files/samba.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/samba/files/samba.sh b/net/samba/files/samba.sh
index b85d6c3c2c1..c087d2f5d50 100644
--- a/net/samba/files/samba.sh
+++ b/net/samba/files/samba.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: samba.sh,v 1.4 2001/08/22 15:42:18 jlam Exp $
+# $NetBSD: samba.sh,v 1.5 2001/08/23 04:15:10 jlam Exp $
#
# PROVIDE: samba
# REQUIRE: DAEMON
@@ -40,6 +40,7 @@ fi
name="smbd"
command="@PREFIX@/sbin/${name}"
+reload_cmd= # use default reload command for smbd
if [ ! -d /etc/rc.d ]
then