diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-23 15:49:04 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-10-23 15:49:04 +0000 |
commit | cfe4db7bda0724e6401f64b29036dff37f19d748 (patch) | |
tree | 81c39f9767168f5e4473558917060142cb4411f4 /package/base-files/Makefile | |
parent | 9fcc9f026b070a01c7bd1932a43f1c330668e251 (diff) | |
download | upstream-cfe4db7bda0724e6401f64b29036dff37f19d748.tar.gz upstream-cfe4db7bda0724e6401f64b29036dff37f19d748.tar.bz2 upstream-cfe4db7bda0724e6401f64b29036dff37f19d748.zip |
base-files: mark /etc/shadow as conffile
SVN-Revision: 23590
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index bd77d34382..e49b18975b 100644 --- a/package/base-files/Makefile +++ b/package/base-files/Makefile @@ -50,6 +50,7 @@ define Package/base-files/conffiles /etc/inittab /etc/group /etc/passwd +/etc/shadow /etc/profile /etc/shells /etc/sysctl.conf |