-config_query_option UDEV_EXTRAS
\
- "Compile hash function generator and access control
lists" n \
- "--enable-extras"
\
- "--disable-extras"
&&
+config_query_option UDEV_OPTS \
+ "Compile hash function generator and access control
lists" n \
+ "--enable-extras" \
+ "--disable-extras" &&
if spell_ok hotplug; then
message "You seem to have hotplug installed. Hotplug has been" \
@@ -15,6 +15,5 @@ if spell_ok hotplug; then
"udev has been installed." &&
config_query UDEV_DISPEL_HOTPLUG \
- "Dispel hotplug after udev is cast?" \
- y
+ "Dispel hotplug after udev is cast?" y
fi
diff --git a/disk/udev/DEPENDS b/disk/udev/DEPENDS
index 972c246..8118ba9 100755
--- a/disk/udev/DEPENDS
+++ b/disk/udev/DEPENDS
@@ -1,10 +1,10 @@
depends gnupg &&
depends smgl-fhs &&