mirror of
https://github.com/systemd/systemd.git
synced 2025-03-21 02:50:18 +03:00
fix various syntax errors in rules
This commit is contained in:
parent
1079014420
commit
c112a41a43
@ -3,4 +3,4 @@
|
||||
KERNEL=="iseries/ibmsis*", GROUP="disk"
|
||||
KERNEL=="iseries/nvt*", GROUP="disk"
|
||||
KERNEL=="iseries/vt*", GROUP="disk"
|
||||
KERNEL=="iseries/vtty*, GROUP="dialout"
|
||||
KERNEL=="iseries/vtty*", GROUP="dialout"
|
||||
|
@ -12,7 +12,7 @@ ACTION=="remove", GOTO="kernel_compat_end"
|
||||
#
|
||||
|
||||
# needed for kernels <2.6.30
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", WAIT_FOR_SYSFS="descriptors"
|
||||
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", WAIT_FOR="descriptors"
|
||||
|
||||
#
|
||||
# naming device rules
|
||||
|
@ -102,7 +102,7 @@ KERNEL=="rfkill", MODE="0644"
|
||||
# CPU
|
||||
KERNEL=="cpu[0-9]*", MODE="0444"
|
||||
|
||||
KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse" \
|
||||
KERNEL=="fuse", MODE="0666", OPTIONS+="static_node=fuse", \
|
||||
RUN+="/bin/mount -t fusectl fusectl /sys/fs/fuse/connections"
|
||||
|
||||
SUBSYSTEM=="rtc", DRIVERS=="rtc_cmos", SYMLINK+="rtc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user