summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-01-23 20:16:14 +0000
committerMatt Wilson <msw@redhat.com>2001-01-23 20:16:14 +0000
commit461eb0e1e82f3269e2f9057e22ddf1a88904de51 (patch)
tree9e6fcdbdb6c1a2311eed9b87a0188a520ba8093e
parent03d08d22814f9b0c67f010ac5ae03888cb853224 (diff)
downloadanaconda-461eb0e1e82f3269e2f9057e22ddf1a88904de51.tar.gz
anaconda-461eb0e1e82f3269e2f9057e22ddf1a88904de51.tar.xz
anaconda-461eb0e1e82f3269e2f9057e22ddf1a88904de51.zip
use new smartarray proc path
-rw-r--r--isys/probe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/isys/probe.c b/isys/probe.c
index b415f4bd4..e8fde16ca 100644
--- a/isys/probe.c
+++ b/isys/probe.c
@@ -480,7 +480,7 @@ static int CompaqSmartArrayGetDevices(struct knownDevices * devices) {
char ctl[64];
char *path;
- path = "/proc/driver/ida";
+ path = "/proc/driver/array";
sprintf(ctl, "%s/ida%d", path, ctlNum++);