1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-23 21:35:11 +03:00

rules: zaptel - add "dialout" group

This commit is contained in:
Kay Sievers 2009-01-05 17:51:22 +01:00
parent b6c8f986ec
commit 34ac42b98d

View File

@ -1,8 +1,7 @@
# do not edit this file, it will be overwritten on update # do not edit this file, it will be overwritten on update
KERNEL=="zap[0-9]*", NAME="zap/%n" KERNEL=="zap[0-9]*", NAME="zap/%n", GROUP="dialout"
KERNEL=="zapchannel", NAME="zap/channel" KERNEL=="zapchannel", NAME="zap/channel", GROUP="dialout"
KERNEL=="zapctl", NAME="zap/ctl" KERNEL=="zapctl", NAME="zap/ctl", GROUP="dialout"
KERNEL=="zappseudo", NAME="zap/pseudo" KERNEL=="zappseudo", NAME="zap/pseudo", GROUP="dialout"
KERNEL=="zaptimer", NAME="zap/timer" KERNEL=="zaptimer", NAME="zap/timer", GROUP="dialout"