summaryrefslogtreecommitdiff
path: root/testing/systemd
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-25 23:14:53 +0000
committerroot <root@rshg054.dnsready.net>2012-01-25 23:14:53 +0000
commita61c6fb05ec1cbc6845b2ed4077ce0c5950c36ed (patch)
tree7f7f0f3918738e6a508485da2242eec835d6e2ea /testing/systemd
parent2aa2acfff38de7de825868995e49792ecfc03126 (diff)
Wed Jan 25 23:14:53 UTC 2012
Diffstat (limited to 'testing/systemd')
-rw-r--r--testing/systemd/PKGBUILD20
-rw-r--r--testing/systemd/systemd.install2
2 files changed, 7 insertions, 15 deletions
diff --git a/testing/systemd/PKGBUILD b/testing/systemd/PKGBUILD
index f1cfcbd5f..4e1d95a74 100644
--- a/testing/systemd/PKGBUILD
+++ b/testing/systemd/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 146660 2012-01-15 17:04:30Z dreisner $
+# $Id: PKGBUILD 147240 2012-01-25 01:22:21Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=systemd
-pkgver=38
-pkgrel=3
+pkgver=39
+pkgrel=1
pkgdesc="Session and Startup manager"
arch=('i686' 'x86_64')
url="http://www.freedesktop.org/wiki/Software/systemd"
@@ -16,7 +16,6 @@ optdepends=('cryptsetup: required for encrypted block devices'
'initscripts-systemd: native boot and initialization scripts'
'python2-cairo: systemd-analyze'
'systemd-arch-units: collection of native unit files for Arch daemon/init scripts')
-groups=('systemd')
options=('!libtool')
backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
etc/dbus-1/system.d/org.freedesktop.hostname1.conf
@@ -28,13 +27,9 @@ backup=(etc/dbus-1/system.d/org.freedesktop.systemd1.conf
etc/systemd/systemd-logind.conf)
install=systemd.install
source=("http://www.freedesktop.org/software/$pkgname/$pkgname-$pkgver.tar.xz"
- "os-release"
- '0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch'
- '0001-units-make-sure-syslog-socket-goes-away-early-during.patch')
-md5sums=('68c66dce5a28c0efd7c210af5d11efed'
- '752636def0db3c03f121f8b4f44a63cd'
- '07437e70be65ef14fd4f13c5ec5bd1fe'
- 'c567ce597f68c07b9bc5b7e835f80f7d')
+ "os-release")
+md5sums=('7179b34f6f6553d2a36551ac1dec5f0d'
+ '752636def0db3c03f121f8b4f44a63cd')
build() {
cd "$pkgname-$pkgver"
@@ -44,9 +39,6 @@ build() {
sed -i -e '/^Environ.*LANG/s/^/#/' \
-e '/^ExecStart/s/agetty/& -8/' units/getty@.service.m4
- patch -Np1 < "$srcdir/0001-tmpfiles-fix-parsing-of-proc-net-unix-on-32Bit-machi.patch"
- patch -Np1 < "$srcdir/0001-units-make-sure-syslog-socket-goes-away-early-during.patch"
-
./configure --sysconfdir=/etc \
--libexecdir=/usr/lib \
--libdir=/usr/lib \
diff --git a/testing/systemd/systemd.install b/testing/systemd/systemd.install
index 4850c879e..f31642e13 100644
--- a/testing/systemd/systemd.install
+++ b/testing/systemd/systemd.install
@@ -2,7 +2,7 @@
checkgroups() {
if ! getent group lock >/dev/null; then
- sbin/groupadd -g 54 lock
+ groupadd -g 54 lock
fi
}