summaryrefslogtreecommitdiff
path: root/sysutils/rconfig/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2004-11-29Update rconfig to 0.41:abs1-3/+3
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-05Update rconfig to 0.39:abs1-3/+3
- No longer require ssh to localhost for probe - When reporting a error in probe, use the netname not the short name
2004-09-23Update rconfig to 0.37:abs1-3/+3
- A mismatched rconfig_probe version should be handled without reporting it as an error as such
2004-07-17Update rconfig to 0.35:abs1-3/+3
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-17Update rconfig to 0.35:abs1-3/+3
- 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
2004-07-16Update rconfig to 0.34:abs1-3/+3
- Fix bug in dirtrees_redefined. Thanks again to Alan Horn - Add libexec/rconfig_ssh wrapper rather than srsh. Now hosts with bad or missing ssh keys will get an appropriate error - Add install target - Add 'atactl smart status' values for NetBSD in probe.sh - Make '-t' take a regex argument for which tags to display - Expand the debug output available with -d
2004-06-22Update rconfig to 0.33:abs1-3/+3
Comment out sshver and sshetc reporting from probe.sh by default, add in kernel version (NetBSD only)
2004-06-03Update rconfig to 0.32: Handle different rdist output for symlinks.abs1-3/+3
2004-05-21update rconfig to 0.30abs1-3/+3
0.28: - Use netname() when running fping etc. Reject duplicate hostnames. Problem noted by alan. 0.29: - Add ${fqdn} to the list of available keys in dirtrees. - Allow 'key -= value' to remove values from key settings - When '-d' is specified display the final state of the configuration - If dirtrees is assigned with '=', disable the 'insert after ${type}' behaviour for any subsequent 'distrees +=' option 0.30: - completely rework parsing of rdist
2003-11-11Update rconfig to 0.27:abs1-3/+3
Ensure we correctly parse the rdist output in the -n case
2003-10-08Update rconfig to 0.25:abs1-3/+3
Remove (currently) unnecessary dependency on Text::Substitute, and catch some more rdist output variations.
2003-10-06Update rconfig to 0.23:abs1-3/+3
Correctly handle various rdist messages to fix post-rdist summary.
2003-10-03Update rconfig to 0.22:abs1-3/+3
Indicate which hosts have failed rdist stage
2003-09-25Update rconfig to 0.21:abs1-3/+3
Implement the much requested 'Adjust rdist output so "updating host" and "updating of X finished" lines are overwritten by following output.
2003-09-25Update rconfig to 0.20:abs1-3/+3
Allow fping to be skipped for all hosts (fping=SKIP in rconfig.conf) or for individual hosts (fping=SKIP on host line in hosts.conf)
2003-09-19Update rconfig to 0.19:abs1-3/+3
0.19: Explicitly set PATH in probe.sh Avoid incorrect progress % in Probe list when host failing Fix path to rconfig.conf (Noted by Alan Horn) 0.18: Use correct timeout (do not use rsh_timeout for everything)
2003-04-01Update rconfig to 0.17:abs1-3/+3
0.16: Fix 'redhat' version for Advanced Server 0.17: List failed hosts at end Extend probe.sh to include example raidframe status monitoring
2003-03-06Update rconfig to 0.15:abs1-3/+3
- Ensure ${name} is set when -f is used - configuration parsing now permits key += value, and continuation lines - If probe fails without output do not attempt to update rconfig_probe - Try to explain tags a little more clearly
2002-09-19Updated rconfig to 0.13:abs1-3/+3
Permit locking of files (to exclude from push)
2002-07-03Updated rconfig to 0.11:abs1-3/+3
Fix probe on machines which do not support uname -p Allow +tag=value to be specified after hostnames Retire rsh_opts as does not work with rdist
2002-04-16Updated rconfig to 0.09 - allow '-f' to IP addresses, and clean up a fewabs1-3/+3
uninit warnings in failure cases.
2002-04-10Update rconfig to 0.08abs1-3/+3
Split probe into separate (user configurable) script and add ssh version, ssh 'etc' directory, and redhat version (where appropriate) to the default set of parameters probed.
2002-04-04Updated rconfig to 0.07abs1-3/+3
Added fping_opts and default to '-i 250' to avoid timeouts when configuring machines over a WAN with even a small degree of latency.
2002-01-03Update rconfig to 0.06abs1-3/+3
Fix inappropriate chomp usage that caused problems in fping
2001-12-31Import rconfig-0.05abs1-0/+4
Rconfig is intended to manage configuration files across hetrogenous groups of machines. The configuration for each machine is determined by a set of rdist trees based on the various tags such as OS, hostname, and architecture. Files in 'more specific' rdist trees take priority.