summaryrefslogtreecommitdiffstats
path: root/abs/core/systemd/__changelog
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/systemd/__changelog')
-rw-r--r--abs/core/systemd/__changelog6
1 files changed, 4 insertions, 2 deletions
diff --git a/abs/core/systemd/__changelog b/abs/core/systemd/__changelog
index 591fa91..b70327a 100644
--- a/abs/core/systemd/__changelog
+++ b/abs/core/systemd/__changelog
@@ -1,3 +1,5 @@
PKGBUILD: comment out rmdir "$pkgdir/var/log/journal/remote"
-PKGBUILD: Change for tool in runlevel reboot shutdown poweroff halt telinit; do
- to for tool in runlevel telinit; do
+PKGBUILD: comment out:
+ for tool in halt poweroff reboot shutdown; do
+ ln -s systemctl "$pkgdir"/usr/bin/$tool
+ done