summaryrefslogtreecommitdiffstats
path: root/tools/diag/ac
diff options
context:
space:
mode:
authorphantom <phantom@FreeBSD.org>2002-02-07 19:32:40 +0000
committerphantom <phantom@FreeBSD.org>2002-02-07 19:32:40 +0000
commit1fc1e7448f962a485f7718f6ae1e352e3bbde28b (patch)
tree08dc3d605c0d60f0e6f77b8768566d6c3a4aedc4 /tools/diag/ac
parentacf85e11615cc4ec08f0801631e79b2e2530eb0b (diff)
downloadFreeBSD-src-1fc1e7448f962a485f7718f6ae1e352e3bbde28b.zip
FreeBSD-src-1fc1e7448f962a485f7718f6ae1e352e3bbde28b.tar.gz
Complete '_' hack.
Diffstat (limited to 'tools/diag/ac')
-rw-r--r--tools/diag/ac/cknames.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/diag/ac/cknames.pl b/tools/diag/ac/cknames.pl
index 82c3d8b..4363f65 100644
--- a/tools/diag/ac/cknames.pl
+++ b/tools/diag/ac/cknames.pl
@@ -57,6 +57,7 @@ while (<ACCESS>) {
chomp;
next if /^#/;
($accuser, undef) = split /\s/;
+ $accuser =~ s/_//g;
print "access user: $accuser\n" if $debug;
$access{$accuser} = 1;
}
OpenPOWER on IntegriCloud