samba36: add smb.conf.template to conffiles
authorJohn Crispin <john@openwrt.org>
Fri, 3 Apr 2015 19:06:06 +0000 (19:06 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 3 Apr 2015 19:06:06 +0000 (19:06 +0000)
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

package/network/services/samba36/Makefile

index d440495aff57d7e0ce8ecbd2b7cc202bc8640e26..b39f4840e3c1a2c896e443b2ef4c7dc6c0380880 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=samba
 PKG_VERSION:=3.6.25
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \
        http://ftp.samba.org/pub/samba/stable
@@ -125,6 +125,7 @@ MAKE_FLAGS += DYNEXP= PICFLAG= MODULES=
 
 define Package/samba36-server/conffiles
 /etc/config/samba
+/etc/samba/smb.conf.template
 endef
 
 define Package/samba36-server/install