samba36: add smb.conf.template to conffiles
User might have modified/extended template direct or by LuCI application. So do not overwrite on update/upgrade. Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com> SVN-Revision: 45258
This commit is contained in:
parent
e26f0d86e8
commit
4bb94e5b2d
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=samba
|
PKG_NAME:=samba
|
||||||
PKG_VERSION:=3.6.25
|
PKG_VERSION:=3.6.25
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
|
PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
|
||||||
http://ftp.samba.org/pub/samba/stable
|
http://ftp.samba.org/pub/samba/stable
|
||||||
|
@ -125,6 +125,7 @@ MAKE_FLAGS += DYNEXP= PICFLAG= MODULES=
|
||||||
|
|
||||||
define Package/samba36-server/conffiles
|
define Package/samba36-server/conffiles
|
||||||
/etc/config/samba
|
/etc/config/samba
|
||||||
|
/etc/samba/smb.conf.template
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/samba36-server/install
|
define Package/samba36-server/install
|
||||||
|
|
Loading…
Reference in a new issue