diff options
author | Britney Fransen <brfransen@gmail.com> | 2020-10-04 15:13:05 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2020-10-04 15:13:05 (GMT) |
commit | 9565efd2b2bd2ba88007e48be092882a3546770d (patch) | |
tree | 7538706f6975979d74792694205102391ccf24a4 /abs/core/systemd/__changelog | |
parent | 3c4fac66d04ee4579a0329bd089f59f8cc7abad5 (diff) | |
download | linhes_pkgbuild-9565efd2b2bd2ba88007e48be092882a3546770d.zip linhes_pkgbuild-9565efd2b2bd2ba88007e48be092882a3546770d.tar.gz linhes_pkgbuild-9565efd2b2bd2ba88007e48be092882a3546770d.tar.bz2 |
systemd: update to 246.6
Diffstat (limited to 'abs/core/systemd/__changelog')
-rw-r--r-- | abs/core/systemd/__changelog | 6 |
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 |