Author: hauke Date: 2015-08-15 16:49:06 +0200 (Sat, 15 Aug 2015) New Revision: 46606
Modified: trunk/package/network/services/samba36/Makefile Log: samba36: preserve smbpasswd across sysupgrade Add /etc/samba/smbpasswd to list of samba conffiles thus preserving samba passwords across sysupgrade by default. Signed-off-by: Kevin Darbyshire-Bryant <[email protected]> Modified: trunk/package/network/services/samba36/Makefile =================================================================== --- trunk/package/network/services/samba36/Makefile 2015-08-15 14:34:42 UTC (rev 46605) +++ trunk/package/network/services/samba36/Makefile 2015-08-15 14:49:06 UTC (rev 46606) @@ -129,6 +129,7 @@ define Package/samba36-server/conffiles /etc/config/samba /etc/samba/smb.conf.template +/etc/samba/smbpasswd endef define Package/samba36-server/install _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
