Re: [ANNOUNCE] udev 011 release

From: Greg KH
Date: Mon Dec 29 2003 - 17:51:43 EST


On Sun, Dec 28, 2003 at 03:04:49AM +0100, J.A. Magallon wrote:
>
> And a couple questions.
> a) Should not ordering be reversed here:
>
> start)
> if [ ! -d $udev_dir ]; then
> mkdir $udev_dir
> fi
> if [ ! -d $sysfs_dir ]; then
> exit 1
> fi
> If we have not /sys, there's no sense on creating /udev, so I would check first
> for /sys.

Care to send a patch? :)

thanks,

greg k-h
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/