2006-11-16 15:37:35 by David Brownlee | Files touched by this commit (2) |
Log message:
Update sysutils/rconfig from 0.43 to 0.45
- Handle invalid hostname gracefully
- add .svn to default rdist_except_pat
|
2005-09-03 21:01:37 by David Brownlee | Files touched by this commit (2) | |
Log message:
update sysutils/rconfig to 0.43: Add a -I to allow pushing one host's
configuration to another
|
2005-07-16 03:19:27 by Johnny C. Lam | Files touched by this commit (273) |
Log message:
Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:
USE_TOOLS+= perl # build-time
USE_TOOLS+= perl:run # run-time
Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
|
2005-02-24 14:41:00 by Alistair G. Crooks | Files touched by this commit (190) |
Log message:
Add RMD160 digests.
|
2004-12-22 15:50:30 by David Brownlee | Files touched by this commit (2) |
Log message:
Update rconfig to 0.42: Handle rdist output from Redhat ES 3
|
2004-11-29 19:35:18 by David Brownlee | Files touched by this commit (2) |
Log message:
Update rconfig to 0.41:
0.40: Update probe to handle NetBSD versions which do not support
'atactl <dev> smart'
0.41: Make -v report output from shmux
Handle updating a remote copy of rconfig_probe which reports
a version but has other errors in its output
|
2004-10-05 18:51:36 by David Brownlee | Files touched by this commit (2) |
Log message:
Update rconfig to 0.39:
- No longer require ssh to localhost for probe
- When reporting a error in probe, use the netname not the short name
|
2004-09-23 13:36:17 by David Brownlee | Files touched by this commit (2) |
Log message:
Update rconfig to 0.37:
- A mismatched rconfig_probe version should be handled without reporting
it as an error as such
|
2004-07-17 05:53:37 by David Brownlee | Files touched by this commit (2) |
Log message:
Update rconfig to 0.35:
Use 'shmux' in the probe stage. Reduces time for 'rconfig -at .' from
25 seconds to 10 seconds in a test with twelve remote hosts.
|
2004-07-17 02:14:01 by David Brownlee | Files touched by this commit (2) |
Log message:
Update rconfig to 0.35:
- Substitute in more paths in build
- Better handle errors from raidctl in probe.sh
- Replace all $() with `` in probe.sh (for Solaris)
- Handle an empty hosts.conf
|