mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 18:34:53 +00:00
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 <kevin@darbyshire-bryant.me.uk> SVN-Revision: 46606
This commit is contained in:
parent
58fc927889
commit
c9d7aa8704
@ -129,6 +129,7 @@ MAKE_FLAGS += DYNEXP= PICFLAG= MODULES=
|
|||||||
define Package/samba36-server/conffiles
|
define Package/samba36-server/conffiles
|
||||||
/etc/config/samba
|
/etc/config/samba
|
||||||
/etc/samba/smb.conf.template
|
/etc/samba/smb.conf.template
|
||||||
|
/etc/samba/smbpasswd
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/samba36-server/install
|
define Package/samba36-server/install
|
||||||
|
Loading…
Reference in New Issue
Block a user