]> err.no Git - util-linux/commit
raw: default to /dev/raw/rawctl
authorKarel Zak <kzak@redhat.com>
Fri, 26 Dec 2008 00:09:34 +0000 (01:09 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 26 Dec 2008 00:13:03 +0000 (01:13 +0100)
commit6db46818025102003d0c739f024500ef3925b4db
tree0b9feefe8f3ec84859fb41334df1a4114c8d3530
parentb80d3b31df01ad5e4b4ecb9613fe1474ce3147ca
raw: default to /dev/raw/rawctl

The raw devices are in the raw/ subdirectory. It makes sense to use
the same subdirectory also for the control file. The old /dev/rawctl
is also supported as a fallback.

The #ifdef OLD_RAW_DEVS (/dev/raw<N>) is unsupported from now.

Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/raw.c