Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Dave Josephsen (b7fbbdcfa78cde7d281e74c47f826fb1ee18ca61)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jeremy Blosser <jblosser-smgl AT firinn.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Dave Josephsen (b7fbbdcfa78cde7d281e74c47f826fb1ee18ca61)
  • Date: Mon, 10 Jul 2006 15:18:39 -0500


On Jul 10, Dave Josephsen [scm AT mail.sourcemage.org] wrote:
> +OPTS="$OPTS $COMMANDS" &&

> +config_query_option COMMANDS "Enable Argument Passing? (easier, but less
> secure)" n "--enable-command-args"

These are supposed to be named like NRPE_COMMANDS.

> + BUILD_API=2

BUILD_API defaults to 2 now so this should come out.

> + SOURCE_HASH="sha1:1beab9dc5fe77b722a12161b23b536ac5e28a6a4"

sha512 is the minimum allowed for SOURCE_HASHes.

> +++ b/net/nrpe/INSTALL
> @@ -0,0 +1,6 @@
> +cp ${SOURCE_DIRECTORY}/src/nrpe /usr/sbin/ &&
> +cp ${SOURCE_DIRECTORY}/src/check_nrpe /usr/libexec/ &&
> +cp ${SCRIPT_DIRECTORY}/files/nrpe.cfg /etc/nrpe.cfg.example &&
> +chown nagios:nagios /etc/nrpe.cfg.example &&
> +chown nagios:nagios /usr/libexec/check_nrpe &&
> +chmod 755 /usr/libexec/check_nrpe

All those dests need to be prefaced with $INSTALL_ROOT eg
$INSTALL_ROOT/usr/sbin. Also /usr/libexec isn't provided by smgl-fhs so
you may want to check it's there before using it.

On the .example file, if nrpe will run without that file it should just get
added to the doc dir for this spell, if nrpe needs a file to run (and the
init script at least probably needs it there) that should get installed as
the real name.

> + ENTERED_DATE=20050609
> + UPDATED_DATE=20050609

s/_DATE// on those, and technically UPDATED is deprecated.
(I see the nagios spell has the extra _DATE as well, that's a bug.)

Attachment: pgpvzsP1TpEdM.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page