blob: 56f42aee33a8f724630d898ba8f4da422557c69a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
--- grc.conf.orig 2021-08-07 15:44:43 UTC
+++ grc.conf
@@ -299,3 +299,43 @@ conf.irclog
conf.log
+
+# # pciconf
+(^|[/\w\.]+/)pciconf\s?
+conf.pciconf
+
+# # usbconfig
+(^|[/\w\.]+/)usbconfig\s?
+conf.usbconfig
+
+# # vnstat
+(^|[/\w\.]+/)vnstat\s?
+conf.vnstat
+
+# # geli
+(^|[/\w\.]+/)geli\s?
+conf.geli
+
+# # geom
+(^|[/\w\.]+/)geom\s?
+conf.geom
+
+# # gpart
+(^|[/\w\.]+/)gpart\s?
+conf.gpart
+
+# # pfctl
+(^|[/\w\.]+/)pfctl\s?
+conf.pfctl
+
+# # zpool
+(^|[/\w\.]+/)zpool\s?
+conf.zpool
+
+# # zfs
+(^|[/\w\.]+/)zfs\s?
+conf.zfs
+
+# # drill
+(^|[/\w\.]+/)drill\s?
+conf.drill
|