[arch-commits] Commit in lxc/trunk (PKGBUILD lxc at .service)
Sergej Pupykin
spupykin at nymeria.archlinux.org
Fri Feb 14 09:37:17 UTC 2014
Date: Friday, February 14, 2014 @ 10:37:17
Author: spupykin
Revision: 105709
upgpkg: lxc 1:0.9.0-6
upd
Modified:
lxc/trunk/PKGBUILD
lxc/trunk/lxc at .service
--------------+
PKGBUILD | 5 +++--
lxc at .service | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-02-14 09:37:10 UTC (rev 105708)
+++ PKGBUILD 2014-02-14 09:37:17 UTC (rev 105709)
@@ -8,7 +8,7 @@
pkgname=lxc
pkgver=0.9.0
epoch=1
-pkgrel=5
+pkgrel=6
pkgdesc="Linux Containers"
arch=('i686' 'x86_64')
url="http://linuxcontainers.org"
@@ -22,10 +22,11 @@
"lxc at .service")
md5sums=('8552a4479090616f4bc04d8473765fc9'
'df94c9fb8a753011c86ee664e9f521ff'
- '8003139e60ea66c05460660f31780706')
+ '32db4ef06b27f36e15ff4b67c049dfeb')
prepare() {
cd "$srcdir/$pkgname-${pkgver/_/-}"
+ sed -i 's|sbin/init none bind|sbin/init none ro,bind|' templates/lxc-sshd.in
sed -i \
-e "s/for name in docbook2x-man db2x_docbook2man; do/for name in docbook2x-man db2x_docbook2man docbook2man; do/" \
-e "s|AM_INIT_AUTOMAKE.*|AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability subdir-objects])|" \
Modified: lxc at .service
===================================================================
--- lxc at .service 2014-02-14 09:37:10 UTC (rev 105708)
+++ lxc at .service 2014-02-14 09:37:17 UTC (rev 105709)
@@ -1,11 +1,11 @@
[Unit]
-Description=%I LXC
+Description=%i LXC
After=network.target
[Service]
Type=forking
-ExecStart=/usr/bin/lxc-start -d -n %I
-ExecStop=/usr/bin/lxc-stop -n %I
+ExecStart=/usr/bin/lxc-start -d -n %i
+ExecStop=/usr/bin/lxc-stop -n %i
[Install]
WantedBy=multi-user.target
More information about the arch-commits
mailing list