aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-05-15 01:44:52 +0200
committerTom Gundersen <teg@jklm.no>2012-05-29 12:48:18 +0200
commit6aae67af18fcb9af1ab47c7dd4bfd9c265f0203b (patch)
tree5fab7dbe3b0f28abb3d65b73d670b0ccc08f54fa /Makefile
parent6f3ad111dd2dc18e0d393d59e3a1b383e69d0741 (diff)
downloadinitscripts-6aae67af18fcb9af1ab47c7dd4bfd9c265f0203b.tar.xz
tmpfiles,sysctl,binfmt: use the systemd tools
No point in reinventing the wheel. These and other tools are shipped in the systemd-tools package. Functionality should be unchanged, but we no longer have to maintain the code. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index a2e5e04..7497f1c 100644
--- a/Makefile
+++ b/Makefile
@@ -6,14 +6,8 @@ DIRS := \
/etc/rc.d/functions.d \
/etc/logrotate.d \
/etc/profile.d \
- /usr/sbin \
- /etc/tmpfiles.d \
/usr/lib/tmpfiles.d \
- /etc/binfmt.d \
- /usr/lib/binfmt.d \
- /etc/sysctl.d \
- /usr/lib/sysctl.d \
- /usr/lib/initscripts \
+ /usr/sbin \
/usr/share/bash-completion/completions \
/usr/share/zsh/site-functions \
/usr/share/man/man5 \
@@ -41,7 +35,6 @@ install: installdirs doc
install -m755 -t $(DESTDIR)/usr/sbin rc.d
install -m644 -t $(DESTDIR)/usr/share/man/man5 $(filter %.5, $(MAN_PAGES))
install -m644 -t $(DESTDIR)/usr/share/man/man8 $(filter %.8, $(MAN_PAGES))
- install -m755 -t $(DESTDIR)/usr/lib/initscripts arch-tmpfiles arch-sysctl arch-binfmt
install -m644 tmpfiles.conf $(DESTDIR)/usr/lib/tmpfiles.d/arch.conf
install -m644 -T bash-completion $(DESTDIR)/usr/share/bash-completion/completions/rc.d
install -m644 -T zsh-completion $(DESTDIR)/usr/share/zsh/site-functions/_rc.d