aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Kaspar [Dee'Kej] <dkaspar@redhat.com>2018-06-19 16:37:10 +0200
committerDee'Kej <deekej@linuxmail.org>2018-06-21 16:02:51 +0200
commit2d4fa2c2aa124683d506a202f2e5764934c61cbd (patch)
tree7230a46c4d614c6d6b9d0b504bb2def2d8625fe7 /Makefile
parenta73d2237eda3a7b551067370fadf9fe7ab63ab99 (diff)
downloadinitscripts-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--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f42bae34..20cf54ad 100644
--- a/Makefile
+++ b/Makefile
@@ -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