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 /Makefile | |
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...
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 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 |