diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-06-19 16:37:10 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-06-21 16:02:51 +0200 |
commit | 2d4fa2c2aa124683d506a202f2e5764934c61cbd (patch) | |
tree | 7230a46c4d614c6d6b9d0b504bb2def2d8625fe7 | |
parent | a73d2237eda3a7b551067370fadf9fe7ab63ab99 (diff) | |
download | initscripts-2d4fa2c2aa124683d506a202f2e5764934c61cbd.tar initscripts-2d4fa2c2aa124683d506a202f2e5764934c61cbd.tar.gz initscripts-2d4fa2c2aa124683d506a202f2e5764934c61cbd.tar.bz2 initscripts-2d4fa2c2aa124683d506a202f2e5764934c61cbd.tar.xz initscripts-2d4fa2c2aa124683d506a202f2e5764934c61cbd.zip |
Move the /etc/rwtab.d & /etc/statetab.d folders to 'filesystem'
This will allow services to install drop-in files into these folders
for the 'readonly-root' service, but that service won't have to be
installed by default as a result...
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | initscripts.spec | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -85,8 +85,6 @@ install-man: install-usr # Initscripts still ship some empty directories necessary for system to function # correctly... install-post: install-etc - install -m 0755 -d $(DESTDIR)$(sysconfdir)/rwtab.d - install -m 0755 -d $(DESTDIR)$(sysconfdir)/statetab.d install -m 0755 -d $(DESTDIR)$(sysconfdir)/sysconfig/console install -m 0755 -d $(DESTDIR)$(sysconfdir)/sysconfig/modules install -m 0755 -d $(DESTDIR)$(sharedstatedir)/stateless/state diff --git a/initscripts.spec b/initscripts.spec index a6541920..ce4d655b 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -332,8 +332,6 @@ fi # --------------- %files -n readonly-root -%dir %{_sysconfdir}/rwtab.d -%dir %{_sysconfdir}/statetab.d %dir %{_sharedstatedir}/stateless %dir %{_sharedstatedir}/stateless/state %dir %{_sharedstatedir}/stateless/writable |