Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2005 09:43:24 -0400
From:      "Michael W. Oliver" <michael@gargantuan.com>
To:        ports@freebsd.org
Cc:        edwin@mavetju.org, paul@nerdlabs.com
Subject:   [PATCH] nrpe-1.9_1 rc_subr implementation bug
Message-ID:  <20050523134324.GA59327@gargantuan.com>

next in thread | raw e-mail | index | archive | help

--MfFXiAuoTsnnDAfZ
Content-Type: multipart/mixed; boundary="W/nzBZO5zC0uMSeA"
Content-Disposition: inline


--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

patch for nrpe-1.9_1 attached, thanks.

--=20
Mike Oliver
[see complete headers for contact information]

--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-nrpe-1.9_1"
Content-Transfer-Encoding: quoted-printable

--- ports/net-mgmt/nrpe/files/nrpe.sh.in.orig   Mon May 23 09:37:38 2005
+++ ports/net-mgmt/nrpe/files/nrpe.sh.in        Mon May 23 09:38:31 2005
@@ -15,12 +15,12 @@
 name=3D"nrpe"
 rcvar=3D`set_rcvar`
=20
-command=3D"%%PREFIX%%/bin/nrpe"
+command=3D"%%PREFIX%%/sbin/nrpe"
=20
 [ -z "$nrpe_enable" ]  && nrpe_enable=3D"NO"
 [ -z "$nrpe_config" ]  && nrpe_config=3D"%%PREFIX%%/etc/nrpe.cfg"
=20
-nrpe_flags=3D"-d ${nrpe_config}"
+nrpe_flags=3D"-c ${nrpe_config} --daemon"
=20
 load_rc_config $name

--W/nzBZO5zC0uMSeA--

--MfFXiAuoTsnnDAfZ
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (FreeBSD)

iD8DBQFCkd38sWv7q8X6o8kRArXlAJ9LcTt7VUKRoUTXxm8ddDt+8sM2PgCdGGaj
4/uYS4M4Xfmv7pgoWBE9hVU=
=xJ1k
-----END PGP SIGNATURE-----

--MfFXiAuoTsnnDAfZ--




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050523134324.GA59327>