diff options
Diffstat (limited to 'abs/core/systemd/__changelog')
-rw-r--r-- | abs/core/systemd/__changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/abs/core/systemd/__changelog b/abs/core/systemd/__changelog new file mode 100644 index 0000000..841eee3 --- /dev/null +++ b/abs/core/systemd/__changelog @@ -0,0 +1,4 @@ +PKGBUILD: change dep python-lxml to python2-lxml +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 |