Author: blogic Date: 2015-04-03 21:06:06 +0200 (Fri, 03 Apr 2015) New Revision: 45258
Modified: trunk/package/network/services/samba36/Makefile Log: 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 <[email protected]> Modified: trunk/package/network/services/samba36/Makefile =================================================================== --- trunk/package/network/services/samba36/Makefile 2015-04-03 19:05:57 UTC (rev 45257) +++ trunk/package/network/services/samba36/Makefile 2015-04-03 19:06:06 UTC (rev 45258) @@ -9,7 +9,7 @@ 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 @@ define Package/samba36-server/conffiles /etc/config/samba +/etc/samba/smb.conf.template endef define Package/samba36-server/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
