ports/misc/grc/files/patch-grc.conf
Fernando Apesteguía 181d184e50 misc/grc: Update to 1.13 and added some FreeBSD command colorization
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)
2022-06-16 07:40:05 +02:00

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