diff options
author | des <des@FreeBSD.org> | 2003-01-15 09:51:18 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-01-15 09:51:18 +0800 |
commit | a4d390b7dc767fa43120b1b3b0177ba46f966385 (patch) | |
tree | f09ce0cc14be6e37517a44c01c35579e59f42706 /CVSROOT | |
parent | 1eaa99930083a4758d221698a486b243ca3a65f1 (diff) | |
download | freebsd-ports-gnome-a4d390b7dc767fa43120b1b3b0177ba46f966385.tar.gz freebsd-ports-gnome-a4d390b7dc767fa43120b1b3b0177ba46f966385.tar.zst freebsd-ports-gnome-a4d390b7dc767fa43120b1b3b0177ba46f966385.zip |
Add separate log files for crypto, kerberos5 and secure (which would
otherwise end up in "user"). There was already one for kerberosIV.
Approved by: peter
Diffstat (limited to 'CVSROOT')
-rw-r--r-- | CVSROOT/cfg_local.pm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CVSROOT/cfg_local.pm b/CVSROOT/cfg_local.pm index f6404eead622..e3f54f0a4274 100644 --- a/CVSROOT/cfg_local.pm +++ b/CVSROOT/cfg_local.pm @@ -67,17 +67,20 @@ if ($hostname =~ /^repoman\.freebsd\.org$/i) { 'bin' => '^src/bin/', 'contrib' => '^src/contrib/', + 'crypto' => '^src/crypto/', 'eBones' => '^src/eBones/', 'etc' => '^src/etc/', 'games' => '^src/games/', 'gnu' => '^src/gnu/', 'include' => '^src/include/', + 'kerberos5' => '^src/kerberos5/', 'kerberosIV' => '^src/kerberosIV/', 'lib' => '^src/lib/', 'libexec' => '^src/libexec/', 'lkm' => '^src/lkm/', 'release' => '^src/release/', 'sbin' => '^src/sbin/', + 'secure' => '^src/secure/', 'share' => '^src/share/', 'sys' => '^src/sys/', 'tools' => '^src/tools/', |