[packages] samba3: add missing samba-nmbd.init, remove interface setting from config template

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29347 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2011-11-28 06:08:04 +00:00
parent 73b9abfa80
commit a76438bc5f
3 changed files with 13 additions and 2 deletions

View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=samba3
PKG_VERSION:=3.0.37
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_MD5SUM:=11ed2bfef4090bd5736b194b43f67289

View File

@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common
# Copyright (C) 2011 OpenWrt.org
START=61
start() {
service_start /usr/sbin/nmbd -D
}
stop() {
service_stop /usr/sbin/nmbd
}

View File

@ -14,4 +14,3 @@
guest account = nobody
invalid users = root
smb passwd file = /etc/samba/smbpasswd
interfaces = br-lan