diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-05-17 17:52:44 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-05-30 14:29:23 +0200 |
commit | 3424690ff366fa2e7ca3cf5806f9601249bea6df (patch) | |
tree | 49aef3df5ead7d8ac5b7de988ef3c5298e21add2 /initscripts.spec | |
parent | 665d560efebeb05dbc70e859ae67ee9415775b32 (diff) | |
download | initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar.gz initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar.bz2 initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.tar.xz initscripts-3424690ff366fa2e7ca3cf5806f9601249bea6df.zip |
adjtime moved into 'util-linux' package
The line /etc/adjtime has been kept in rwtab, to not break the
readonly-root...
Diffstat (limited to 'initscripts.spec')
-rw-r--r-- | initscripts.spec | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/initscripts.spec b/initscripts.spec index 117c7637..4113b649 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -171,13 +171,12 @@ fi # --------------- -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/adjtime -%config(noreplace) %{_sysconfdir}/networks -%config(noreplace) %{_sysconfdir}/rwtab -%config(noreplace) %{_sysconfdir}/statetab -%config(noreplace) %{_sysconfdir}/sysconfig/netconsole -%config(noreplace) %{_sysconfdir}/sysconfig/readonly-root -%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifcfg-lo +%config(noreplace) %{_sysconfdir}/networks +%config(noreplace) %{_sysconfdir}/rwtab +%config(noreplace) %{_sysconfdir}/statetab +%config(noreplace) %{_sysconfdir}/sysconfig/netconsole +%config(noreplace) %{_sysconfdir}/sysconfig/readonly-root +%config(noreplace) %{_sysconfdir}/sysconfig/network-scripts/ifcfg-lo %ghost %config(noreplace, missingok) %verify(not md5 size mtime) %{_sysconfdir}/rc.d/rc.local |