diff options
Diffstat (limited to 'rc.d')
-rwxr-xr-x | rc.d/rc.sysinit | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit index 68c69df2..2b021402 100755 --- a/rc.d/rc.sysinit +++ b/rc.d/rc.sysinit @@ -29,8 +29,8 @@ fi mount -n -t proc /proc /proc mount -n -t sysfs /sys /sys >/dev/null 2>&1 -if [ -f /etc/sysconfig/udev ];then - . /etc/sysconfig/udev +if [ -f /etc/udev/udev.conf ];then + . /etc/udev/udev.conf fi if [ "$USE_UDEV" = "yes" -a "$UDEV_RAMFS" = "yes" ]; then |