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
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ MAKE_FLAGS += DYNEXP= PICFLAG= MODULES=
|
|||
define Package/samba36-server/conffiles
|
||||
/etc/config/samba
|
||||
/etc/samba/smb.conf.template
|
||||
/etc/samba/smbpasswd
|
||||
endef
|
||||
|
||||
define Package/samba36-server/install
|
||||
|
|
Loading…
Reference in a new issue