aboutsummaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-04-03 19:06:06 +0000
committerJohn Crispin <blogic@openwrt.org>2015-04-03 19:06:06 +0000
commit2d7d672c7712bf13f6c0b5294ff9568e25f2fbc8 (patch)
tree133f4b8b0a66722d554574b944ac498f480ed78e /package
parent6faa325aeff6d6274f2d7417fd1e08549bb746e8 (diff)
downloadmaster-187ad058-2d7d672c7712bf13f6c0b5294ff9568e25f2fbc8.tar.gz
master-187ad058-2d7d672c7712bf13f6c0b5294ff9568e25f2fbc8.tar.bz2
master-187ad058-2d7d672c7712bf13f6c0b5294ff9568e25f2fbc8.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45258 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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