Changeset 23dd3150913f4137312e49be219059aae458f7e8
- Timestamp:
- 08/23/07 01:44:45
(6 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1187833485 +0000
- git-parent:
[e8abc5e611648c347b3f86516efff459af085dcb]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1187833485 +0000
- Message:
default the agent pattern to '.' as one would expect it to be
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r6a0d28f |
r23dd315 |
|
| 154 | 154 | |
|---|
| 155 | 155 | # Read our config in |
|---|
| | 156 | $conf{pattern} = '.'; |
|---|
| 156 | 157 | open(CONF, "<$CONF"); |
|---|
| 157 | 158 | while(<CONF>) { /^\s*([^#](?:\S*)?)\s*=\s*(\S+)/ && ($conf{lc($1)} = $2); } |
|---|