[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 1 of 2] Linux/init: check for brctl at xencommons
# HG changeset patch # User Roger Pau Monne <roger.pau@xxxxxxxxxxxxx> # Date 1329811412 -3600 # Node ID 40f8487cacc807bb6f9d642b4fe75deaf1087833 # Parent c157f98ab8ff6e2e8b35cc6135f636896cb4f623 Linux/init: check for brctl at xencommons Check for brctl at xencommons, since hotplug scripts use it. Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxxxxx> diff -r c157f98ab8ff -r 40f8487cacc8 tools/hotplug/Linux/init.d/xencommons --- a/tools/hotplug/Linux/init.d/xencommons Tue Feb 21 08:46:04 2012 +0100 +++ b/tools/hotplug/Linux/init.d/xencommons Tue Feb 21 09:03:32 2012 +0100 @@ -50,6 +50,9 @@ if test -f /proc/xen/capabilities && \ exit 0 fi +# Check if brctl is present +hash brctl > /dev/null 2>&1 || echo "Warning: brctl not found" + do_start () { local time=0 local timeout=30 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |