diff options
author | hauke <hauke@pkgsrc.org> | 2007-05-07 14:14:06 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2007-05-07 14:14:06 +0000 |
commit | d61b9cd7e75b70cc5da61a34504f09ea6f32d2f1 (patch) | |
tree | 74a0c8da8fb805d2cb3651fa2d579efa1bf5f7b0 /sysutils/radmind | |
parent | ded0710a8bfbfb277b063b2a7397fb6af4322498 (diff) | |
download | pkgsrc-d61b9cd7e75b70cc5da61a34504f09ea6f32d2f1.tar.gz |
Maintainer update to Radmind 1.8.0
Major changes from 1.7.2:
- Added reporting capabilities
Clients will automatically report to the serve the success or
failures
of ktcheck and lapply. Also added a new tool "repo" that will log
custom messages to the radmind server.
Other Changes:
- Fixed bug in daemon that caused "success" or "no error" to be logged
instead of actual error message. [BUG #1660749]
Thanks to Gabrielle Singleton for reporting the problem.
- ra.sh uses more portable find options. [ Bug #1385630 ]
Thanks Sean Sweda for the patch.
- fsdiff displays the command file name when reporting command
file line errors. [ Feature #1592739 ]
- Makefile.in using POSIX sub-make methodology [ Bug #1641044 ]
- Fixed build problem for Suse 10. [ Bug #1677170 ]
Thanks cdr3 for reporting the problem.
- ktcheck exits on all non 2xx server responses to avoid all
cascading error messages
- Added optional path to ra.sh for update & create
- Including configure.ac in source distribution
- ra.sh auto now does pre/post apply.
Thanks Sean Sweda for the patch.
- Updated copyright information
- Cleaned up formatting of STAT SPEC
- Cleaned up server's debug information
Diffstat (limited to 'sysutils/radmind')
-rw-r--r-- | sysutils/radmind/Makefile | 4 | ||||
-rw-r--r-- | sysutils/radmind/distinfo | 10 | ||||
-rw-r--r-- | sysutils/radmind/patches/patch-ab | 36 |
3 files changed, 16 insertions, 34 deletions
diff --git a/sysutils/radmind/Makefile b/sysutils/radmind/Makefile index 5dffa4b53e9..10c7e02cdf0 100644 --- a/sysutils/radmind/Makefile +++ b/sysutils/radmind/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2006/10/05 02:49:30 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2007/05/07 14:14:06 hauke Exp $ # -DISTNAME= radmind-1.7.1 +DISTNAME= radmind-1.8.0 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=radmind/} diff --git a/sysutils/radmind/distinfo b/sysutils/radmind/distinfo index 1f32caade91..871f6b5e276 100644 --- a/sysutils/radmind/distinfo +++ b/sysutils/radmind/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.10 2006/10/06 20:55:46 rillig Exp $ +$NetBSD: distinfo,v 1.11 2007/05/07 14:14:06 hauke Exp $ -SHA1 (radmind-1.7.1.tar.gz) = b6c95e5c17eb8d2232988ec306959c120d5d48bf -RMD160 (radmind-1.7.1.tar.gz) = 9ee6990f72a022e2c42380e6936462afb3191bb7 -Size (radmind-1.7.1.tar.gz) = 378163 bytes +SHA1 (radmind-1.8.0.tar.gz) = 2d775ee01ac47ad47f6129b6282bb533600c7df7 +RMD160 (radmind-1.8.0.tar.gz) = e6e8f0ac067b6c96a7a397d0fd3b540cc707bd2b +Size (radmind-1.8.0.tar.gz) = 387738 bytes SHA1 (patch-aa) = 46c1e6b29980712382180c856f389357d6bbee70 -SHA1 (patch-ab) = 49f0efb9c3497aee8337b077cfc70ec5866ff78d +SHA1 (patch-ab) = 444b151795499cb09ceb7cf1722b6cbd45e8998f SHA1 (patch-ac) = c1ea9930b9c2fee94a0b0d43e8aeec1925e454e7 SHA1 (patch-ad) = 40974d0b41be44c2ebd0d29dca31bcc42837328a SHA1 (patch-ae) = 58b15301aa1df00e6e5bab9f21db8ddc99461f2a diff --git a/sysutils/radmind/patches/patch-ab b/sysutils/radmind/patches/patch-ab index 2c1a9630e8c..47667760537 100644 --- a/sysutils/radmind/patches/patch-ab +++ b/sysutils/radmind/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.5 2006/10/05 02:49:30 rillig Exp $ +$NetBSD: patch-ab,v 1.6 2007/05/07 14:14:06 hauke Exp $ ---- ra.sh.orig 2006-07-19 22:17:51.000000000 +0200 -+++ ra.sh 2006-10-05 04:45:56.000000000 +0200 -@@ -25,7 +25,7 @@ SERVER="_RADMIND_HOST" - TLSLEVEL="_RADMIND_AUTHLEVEL" +--- ra.sh.orig 2007-02-27 16:20:09.000000000 +0100 ++++ ra.sh +@@ -29,7 +29,7 @@ TLSLEVEL="_RADMIND_AUTHLEVEL" EDITOR=${EDITOR:-vi} USER=${SUDO_USER:-$USER} + TMPDIR="${TMPDIR:=/tmp}" -DEFAULTS="/etc/defaults/radmind" +DEFAULTS="_PKG_SYSCONFDIR/radmind.defaults" FSDIFFROOT="." FLAG="_RADMIND_DIR/client/.RadmindRunning" CHECKEDOUT="_RADMIND_DIR/client/.CheckedOut" -@@ -35,7 +35,7 @@ VERSION=_RADMIND_VERSION +@@ -39,7 +39,7 @@ VERSION=_RADMIND_VERSION PREAPPLY="_RADMIND_PREAPPLY" POSTAPPLY="_RADMIND_POSTAPPLY" @@ -20,9 +20,9 @@ $NetBSD: patch-ab,v 1.5 2006/10/05 02:49:30 rillig Exp $ RETRY=10 MKTEMP="_RADMIND_MKTEMP" -@@ -51,14 +51,6 @@ fi - LTMP="${TMPDIR}/lapply.out" - FTMP="${TMPDIR}/fsdiff.out" +@@ -55,14 +55,6 @@ fi + LTMP="${RASHTMP}/lapply.out" + FTMP="${RASHTMP}/fsdiff.out" -# different systems use different default dirs -if [ ! -f "${DEFAULTS}" ]; then @@ -35,21 +35,3 @@ $NetBSD: patch-ab,v 1.5 2006/10/05 02:49:30 rillig Exp $ Yn() { echo -n "$*" "[Yn] " read ans -@@ -89,7 +81,7 @@ cleanup() { - - dopreapply() { - if [ -d ${PREAPPLY} ]; then -- SCRIPTS=`find ${PREAPPLY} -perm +u+x \! -type d | sort` -+ SCRIPTS=`find ${PREAPPLY} -perm -u+x \! -type d | sort` - if [ "${SCRIPTS}" ]; then - for script in ${SCRIPTS}; do - ${script} "$1" -@@ -100,7 +92,7 @@ dopreapply() { - - dopostapply() { - if [ -d ${POSTAPPLY} ]; then -- SCRIPTS=`find ${POSTAPPLY} -perm +u+x \! -type d | sort` -+ SCRIPTS=`find ${POSTAPPLY} -perm -u+x \! -type d | sort` - if [ "${SCRIPTS}" ]; then - for script in ${SCRIPTS}; do - ${script} "$1" |