[arch-commits] Commit in systemd/trunk (PKGBUILD systemd.install)
Tom Gundersen
tomegun at archlinux.org
Sun Apr 1 19:20:44 UTC 2012
Date: Sunday, April 1, 2012 @ 15:20:44
Author: tomegun
Revision: 155312
upgpkg: systemd 44-3
fix sd_booted to deal with issues on reboot
Modified:
systemd/trunk/PKGBUILD
systemd/trunk/systemd.install
-----------------+
PKGBUILD | 2 +-
systemd.install | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2012-04-01 18:00:59 UTC (rev 155311)
+++ PKGBUILD 2012-04-01 19:20:44 UTC (rev 155312)
@@ -4,7 +4,7 @@
pkgbase=systemd
pkgname=('systemd' 'libsystemd')
pkgver=44
-pkgrel=2
+pkgrel=3
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
license=('GPL2')
Modified: systemd.install
===================================================================
--- systemd.install 2012-04-01 18:00:59 UTC (rev 155311)
+++ systemd.install 2012-04-01 19:20:44 UTC (rev 155312)
@@ -7,7 +7,7 @@
}
sd_booted() {
- [ -e sys/fs/cgroups/systemd ]
+ [ -e sys/fs/cgroup/systemd ]
}
post_install() {
@@ -29,8 +29,8 @@
fi
if sd_booted; then
- systemctl daemon-reexec >/dev/null
- systemctl daemon-reload >/dev/null
+ systemctl daemon-reload
+ systemctl daemon-reexec
fi
newpkgver=${1%-*}
More information about the arch-commits
mailing list