From: "Diego Petteno (flameeyes)" <flameeyes@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc.initd.2
Date: Sun, 29 Apr 2012 23:48:54 +0000 (UTC) [thread overview]
Message-ID: <20120429234854.E7BBA2004B@flycatcher.gentoo.org> (raw)
flameeyes 12/04/29 23:48:54
Modified: lxc.initd.2
Log:
Make sure to need the network interface, not use it.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Revision Changes Path
1.2 app-emulation/lxc/files/lxc.initd.2
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.2?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.2?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc.initd.2?r1=1.1&r2=1.2
Index: lxc.initd.2
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxc.initd.2 24 Mar 2012 00:29:00 -0000 1.1
+++ lxc.initd.2 29 Apr 2012 23:48:54 -0000 1.2
@@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.2,v 1.1 2012/03/24 00:29:00 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc.initd.2,v 1.2 2012/04/29 23:48:54 flameeyes Exp $
CONTAINER=${SVCNAME#*.}
@@ -54,7 +54,7 @@
# and then require that to be enabled, so that the
# dependencies are correct.
netif=$(lxc_get_var lxc.network.link)
- [ -n "${netif}" ] && use net.${netif}
+ [ -n "${netif}" ] && need net.${netif}
}
start() {
next reply other threads:[~2012-04-29 23:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-29 23:48 Diego Petteno (flameeyes) [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-20 21:58 [gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc.initd.2 Markos Chandras (hwoarang)
2012-11-14 2:15 Diego Petteno (flameeyes)
2012-07-21 5:07 Diego Petteno (flameeyes)
2012-06-07 12:59 Diego Petteno (flameeyes)
2012-05-01 21:14 Diego Petteno (flameeyes)
2012-03-24 0:29 Diego Petteno (flameeyes)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120429234854.E7BBA2004B@flycatcher.gentoo.org \
--to=flameeyes@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox