From: Sam Johnston <samjie@gmail.com>
To: xen-devel@lists.xensource.com
Subject: bug: chk fails to check for iproute tools
Date: Fri, 8 Apr 2005 09:09:59 +0100 [thread overview]
Message-ID: <eda77ff8050408010918e016f0@mail.gmail.com> (raw)
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
next reply other threads:[~2005-04-08 8:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-08 8:09 Sam Johnston [this message]
2005-04-08 20:03 ` bug: chk fails to check for iproute tools Steve Traugott
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=eda77ff8050408010918e016f0@mail.gmail.com \
--to=samjie@gmail.com \
--cc=xen-devel@lists.xensource.com \
/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 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.