summaryrefslogtreecommitdiffstats
path: root/package/network/services/samba36
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-03 19:06:06 +0000
committerJohn Crispin <john@openwrt.org>2015-04-03 19:06:06 +0000
commit4bb94e5b2d148b077075c643c6a2ca7128b53cf9 (patch)
treebdaa2aea02a713da492117907bab2c25f874548c /package/network/services/samba36
parente26f0d86e81b569af0009835d6b90e91cf9795e8 (diff)
downloadmaster-31e0f0ae-4bb94e5b2d148b077075c643c6a2ca7128b53cf9.tar.gz
master-31e0f0ae-4bb94e5b2d148b077075c643c6a2ca7128b53cf9.tar.bz2
master-31e0f0ae-4bb94e5b2d148b077075c643c6a2ca7128b53cf9.zip
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
Diffstat (limited to 'package/network/services/samba36')
-rw-r--r--package/network/services/samba36/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile
index d440495aff..b39f4840e3 100644
--- a/package/network/services/samba36/Makefile
+++ b/package/network/services/samba36/Makefile
@@ -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