Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 43046 | Differences between
and this patch

Collapse All | Expand All

(-)/etc/grc.conf (-11 / +3 lines)
Lines 15-35 Link Here
15
conf.traceroute
15
conf.traceroute
16
16
17
# gcc command
17
# gcc command
18
#(^|[/\w\.]+/)g?cc\s
18
(^|[/\w\.]+/)g?cc\s
19
#conf.gcc
19
conf.gcc
20
20
21
# make command
21
# make command
22
#(^|[/\w\.]+/)g?make\s?
22
(^|[/\w\.]+/)g?make\s?
23
#conf.gcc
24
25
# gcc/make command
26
(sudo )?(g?cc|g?make|g?\+\+)
27
conf.gcc
23
conf.gcc
28
24
29
# configure command
30
(^|[/\w\.]+/)configure
31
conf.configure
32
33
# netstat command
25
# netstat command
34
(^|[/\w\.]+/)netstat\s?
26
(^|[/\w\.]+/)netstat\s?
35
conf.netstat
27
conf.netstat

Return to bug 43046