Morning all, I lost access to a colo box yesterday because iproute wasn''t installed. Can someone please check this in as check_iproute (unless you can see a good reason not to) so as to save someone else from suffering the same fate. #!/bin/bash # CHECK-INSTALL function error { echo ''Check for iproute (ip addr) failed.'' exit 1 } ip addr list || error Thanks, Sam _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Steve Traugott
2005-Apr-08 20:03 UTC
Re: [Xen-devel] bug: chk fails to check for iproute tools
On Fri, Apr 08, 2005 at 09:09:59AM +0100, Sam Johnston wrote:> I lost access to a colo box yesterday because iproute wasn''t > installed. Can someone please check this in as check_iproute (unless > you can see a good reason not to) so as to save someone else from > suffering the same fate.Good idea -- this cost me a few hours last week as well... ;-} Steve -- Stephen G. Traugott (KG6HDQ) UNIX/Linux Infrastructure Architect, TerraLuna LLC stevegt@TerraLuna.Org http://www.stevegt.com -- http://Infrastructures.Org _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel