mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not overwrite /etc/hosts and /etc/syslog.conf during base update. Fixes #5504
This commit is contained in:
parent
14c0d104dc
commit
8248f5e4dd
@ -13,6 +13,7 @@
|
||||
./etc/dh-parameters.4096
|
||||
./etc/fstab
|
||||
./etc/group
|
||||
./etc/hosts
|
||||
./etc/master.passwd
|
||||
./etc/master.passwd.db
|
||||
./etc/passwd
|
||||
@ -20,6 +21,7 @@
|
||||
./etc/pwd.db
|
||||
./etc/rc.conf
|
||||
./etc/spwd.db
|
||||
./etc/syslog.conf
|
||||
./media
|
||||
./mnt
|
||||
./proc
|
||||
|
||||
@ -13,6 +13,7 @@
|
||||
./etc/dh-parameters.4096
|
||||
./etc/fstab
|
||||
./etc/group
|
||||
./etc/hosts
|
||||
./etc/master.passwd
|
||||
./etc/master.passwd.db
|
||||
./etc/passwd
|
||||
@ -20,6 +21,7 @@
|
||||
./etc/pwd.db
|
||||
./etc/rc.conf
|
||||
./etc/spwd.db
|
||||
./etc/syslog.conf
|
||||
./media
|
||||
./mnt
|
||||
./proc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user