X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=etc%2Fudev%2Fdebian%2Frun.rules;h=23fa43c051c1d712a3ff575c7545fd23deb1caf0;hb=b7299fd904d33bc2d6845be535666b528fd18948;hp=0e28d189bee871666785675672f903aae79547fe;hpb=bfd12948927b84b3ce990403969c1d10081c1fed;p=elogind.git diff --git a/etc/udev/debian/run.rules b/etc/udev/debian/run.rules index 0e28d189b..23fa43c05 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"