diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-09 11:58:11 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-09 11:58:11 +0200 |
commit | b7299fd904d33bc2d6845be535666b528fd18948 (patch) | |
tree | 1c09f288b1b148c30b8d00c88770a0adbd691457 /etc/udev/debian/run.rules | |
parent | bfd12948927b84b3ce990403969c1d10081c1fed (diff) |
update distro rules files
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'etc/udev/debian/run.rules')
-rw-r--r-- | etc/udev/debian/run.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules index 0e28d189be..23fa43c051 100644 --- a/etc/udev/debian/run.rules +++ b/etc/udev/debian/run.rules @@ -3,5 +3,6 @@ KERNEL=="ptmx", OPTIONS+="last_rule" KERNEL=="console", OPTIONS+="last_rule" KERNEL=="tty" , OPTIONS+="last_rule" KERNEL=="tty[0-9]*", OPTIONS+="last_rule" +KERNEL=="pty*", OPTIONS+="last_rule" SUBSYSTEM=="vc", OPTIONS+="last_rule" |