chiark / gitweb /
[PATCH] remove the database at startup.
[elogind.git] / etc / init.d / udev
index 364a9aa5f714c5d8f802819466f795cc6767f145..437556c3fb964a8448cb2380124e36ade1c76018 100644 (file)
@@ -49,6 +49,12 @@ case "$1" in
        if [ ! -d $udev_root ]; then
                mkdir $udev_root
        fi
+
+       # remove the database if it is there as we always want to start fresh
+       if [ -f $udev_root/.udevdb ]; then
+               rm -f $udev_root/.udevdb
+       fi
+
        # propogate /udev from /sys - we only need this while we do not
        # have initramfs and an early user-space with which to do early
        # device bring up