From: Fumitoshi UKAI <ukai@debian.or.jp>
To: linux-hotplug@vger.kernel.org
Subject: pci.rc [: missing ']'
Date: Sat, 13 Mar 2004 18:15:59 +0000 [thread overview]
Message-ID: <87vfl87gv4.wl@ukai.org> (raw)
Hi,
Usual /bin/sh complains [: missing ']'. This patch fixes this problem.
May I apply this patch?
diff -ruN hotplug-2004_03_11.orig/etc/hotplug/pci.rc hotplug-2004_03_11/etc/hotplug/pci.rc
--- hotplug-2004_03_11.orig/etc/hotplug/pci.rc 2004-03-12 08:18:23.000000000 +0900
+++ hotplug-2004_03_11/etc/hotplug/pci.rc 2004-03-13 13:49:05.000000000 +0900
@@ -42,8 +42,7 @@
else
# 2.4 kernels
LISTER=`which pcimodules`
- if [ "$LISTER" = "" -o ! -f /proc/bus/pci/devices
- -o ! -x pci.agent ]; then
+ if [ "$LISTER" = "" -o ! -f /proc/bus/pci/devices -o ! -x pci.agent ]; then
echo $"** can't synthesize pci hotplug events"
return
fi
Thanks,
Fumitoshi UKAI
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next reply other threads:[~2004-03-13 18:15 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-13 18:15 Fumitoshi UKAI [this message]
2004-03-13 18:23 ` pci.rc [: missing ']' Greg KH
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=87vfl87gv4.wl@ukai.org \
--to=ukai@debian.or.jp \
--cc=linux-hotplug@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).