summaryrefslogtreecommitdiff
path: root/contrib/wallet-summary
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wallet-summary')
-rwxr-xr-xcontrib/wallet-summary1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/wallet-summary b/contrib/wallet-summary
index 84a1cc7..55501ad 100755
--- a/contrib/wallet-summary
+++ b/contrib/wallet-summary
@@ -15,6 +15,7 @@ $ADDRESS = 'nobody@example.com';
# The various classification patterns for srvtabs.
@PATTERNS
= ([qr(/cgi\z), '*/cgi', 'CGI users'],
+ [qr(/cron\z), '*/cron', 'Cron users'],
[qr(^(?i)http/), 'HTTP/*', 'HTTP Negotiate-Auth'],
[qr(^cifs/), 'cifs/*', 'CIFS'],
[qr(^host/), 'host/*', 'Host login'],