Introduction
Introduction Statistics Contact Development Disclaimer Help
config: match /dev/rtc and /dev/rtc[0-9] - smdev - suckless mdev
git clone git://git.suckless.org/smdev
Log
Files
Refs
README
LICENSE
---
commit ddacaa6b20569d4fb4be3de615434f5f59fe9b28
parent 02fabc3dfd5b38ffe326030c6bbb537ec61b31ea
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 6 Apr 2014 15:56:02 +0200
config: match /dev/rtc and /dev/rtc[0-9]
Signed-off-by: Hiltjo Posthuma <[email protected]>
Diffstat:
M config.def.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/config.def.h b/config.def.h
@@ -37,7 +37,7 @@ struct rule {
{ "midi.*", "root", "audio", 0660, "=snd/", NULL …
{ "seq", "root", "audio", 0660, "=snd/", NULL …
{ "timer", "root", "audio", 0660, "=snd/", NULL …
- { "rtc", "root", "root", 0664, NULL, NULL …
+ { "rtc[0-9]*", "root", "root", 0664, NULL, NULL …
{ "vbi[0-9]", "root", "video", 0660, NULL, NULL …
{ "video[0-9]", "root", "video", 0660, NULL, NULL …
{ ".*", "root", "root", 0660, NULL, NULL …
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.