mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 06:00:30 -04:00
ChangeLog: https://github.com/garabik/grc/ * do not automatically create command aliases, unless explicitly specified (for bash) * several minor improvements PR: 264401 Reported by: sec.research.2005@gmail.com Approved by: walter@lifeforms.nl (maintainer, timeout > 2 weeks)
46 lines
591 B
Text
46 lines
591 B
Text
--- 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
|