All of lore.kernel.org
 help / color / mirror / Atom feed
* bug: chk fails to check for iproute tools
@ 2005-04-08  8:09 Sam Johnston
  2005-04-08 20:03 ` Steve Traugott
  0 siblings, 1 reply; 2+ messages in thread
From: Sam Johnston @ 2005-04-08  8:09 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-08 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08  8:09 bug: chk fails to check for iproute tools Sam Johnston
2005-04-08 20:03 ` Steve Traugott

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.