Commit graph

33 commits

Author SHA1 Message Date
jlam
b8524f4f2e sysutils/rconfig: Install manpages into ${PKGMANDIR}.
Patch the project Makefile to copy manpages to the correct location
under ${PKGMANDIR}.
2017-08-19 00:25:07 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
Problems found with existing digests:
	Package memconf distfile memconf-2.16/memconf.gz
	b6f4b736cac388dddc5070670351cf7262aba048 [recorded]
	95748686a5ad8144232f4d4abc9bf052721a196f [calculated]

Problems found locating distfiles:
	Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9
	Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz
	Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz
	Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz
	Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.
2015-11-04 01:32:05 +00:00
abs
9386672104 Updated sysutils/rconfig to 0.47
move to code.google
Add PKG_DESTDIR_SUPPORT
2009-02-11 22:59:49 +00:00
abs
eeab5b3348 Update rconfig to 0.46:
- Allow comma separated values for each tag in hosts.conf
(this package could not be more leaf like if it fell from the trees in autumn)
2007-03-24 14:48:58 +00:00
abs
8ccf499d3e Update sysutils/rconfig from 0.43 to 0.45
- Handle invalid hostname gracefully
    - add .svn to default rdist_except_pat
2006-11-16 14:37:35 +00:00
abs
f0439a3a18 update sysutils/rconfig to 0.43: Add a -I to allow pushing one host's
configuration to another
2005-09-03 19:01:36 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
abs
cfb2c15708 Update rconfig to 0.42: Handle rdist output from Redhat ES 3 2004-12-22 14:50:30 +00:00
abs
b004cefc41 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-11-29 18:35:18 +00:00
abs
3fab1570f8 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-10-05 16:51:36 +00:00
abs
78da48089e Update rconfig to 0.37:
- A mismatched rconfig_probe version should be handled without reporting
      it as an error as such
2004-09-23 11:36:16 +00:00
abs
fba1a87727 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 03:53:37 +00:00
abs
bb71625a33 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
2004-07-17 00:14:00 +00:00
abs
3daf186f1f Update rconfig to 0.34:
- 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-07-16 12:51:26 +00:00
abs
caf94b7ccf Update rconfig to 0.33:
Comment out sshver and sshetc reporting from probe.sh by default, add
    in kernel version (NetBSD only)
2004-06-22 06:31:46 +00:00
abs
55c8fcd600 Update rconfig to 0.32: Handle different rdist output for symlinks. 2004-06-03 20:20:00 +00:00
abs
e8299f5904 update rconfig to 0.30
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
2004-05-21 13:38:47 +00:00
abs
4c1b0a3edc Update rconfig to 0.27:
Ensure we correctly parse the rdist output in the -n case
2003-11-11 16:44:16 +00:00
abs
1ee7eea706 Update rconfig to 0.25:
Remove (currently) unnecessary dependency on Text::Substitute, and
	catch some more rdist output variations.
2003-10-08 12:20:49 +00:00
abs
d34b5f2c26 Update rconfig to 0.23:
Correctly handle various rdist messages to fix post-rdist summary.
2003-10-06 08:58:01 +00:00
abs
a0a5f263b9 Update rconfig to 0.22:
Indicate which hosts have failed rdist stage
2003-10-03 13:13:14 +00:00
abs
00e6d30565 Update rconfig to 0.21:
Implement the much requested 'Adjust rdist output so "updating host"
	and "updating of X finished" lines are overwritten by following output.
2003-09-25 11:32:35 +00:00
abs
b5ace010bc Update rconfig to 0.20:
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-25 10:59:39 +00:00
abs
213fd0bce6 Update rconfig to 0.19:
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-09-19 09:41:13 +00:00
abs
cfda1fe558 Update rconfig to 0.17:
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-04-01 15:19:30 +00:00
abs
191bae1dd9 Update rconfig to 0.15:
- 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
2003-03-06 22:00:00 +00:00
abs
1de72d7826 Updated rconfig to 0.13:
Permit locking of files (to exclude from push)
2002-09-19 14:58:10 +00:00
abs
354fd9e347 Updated rconfig to 0.11:
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-07-03 13:18:30 +00:00
abs
ad9d5a1f7e Updated rconfig to 0.09 - allow '-f' to IP addresses, and clean up a few
uninit warnings in failure cases.
2002-04-16 10:49:50 +00:00
abs
6281ebd0aa Update rconfig to 0.08
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-10 10:19:24 +00:00
abs
43b03dcbad Updated rconfig to 0.07
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-04-04 16:07:56 +00:00
abs
2baa02b807 Update rconfig to 0.06
Fix inappropriate chomp usage that caused problems in fping
2002-01-03 11:34:08 +00:00
abs
9d93d75eec Import rconfig-0.05
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.
2001-12-31 11:45:35 +00:00