notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/nrpe/files/nrpe2.in

Number of commits found: 3

Wednesday, 6 Sep 2017
09:24 mat search for other commits by this committer
Fix not starting after crash.

When nrpe quits ungracefully, for example, if the box was rebooted, it
often does not start because the pid file is still there, and the pid in
it exists and the pid in it is in use by some other process.

The dubious code is in src/nrpe.c in write_pid_file() around line 1756
that could be axed.

But I think the easiest way to fix this is with the attached patch.
precmd is run just before starting the daemon and after checking that it
is not already running.

With this, it starts just fine, and still refuses to start if it is
really already running, but starts fine if the pid file contains a pid
that exists but is not nrpe.

PR:		221740
Submitted by:	mat
Approved by:	maintainer timeout
Sponsored by:	Absolight
Original commitRevision:449332 
Thursday, 13 Mar 2014
21:24 mandree search for other commits by this committer
Fix acquisition of pidfile location.

PR:		ports/186837
Submitted by:	Daniel Ylitalo <daniel@203webgroup.se>
Approved by:	zeising (maintainer)
Original commitRevision:348129 
Friday, 4 Oct 2013
19:44 ohauer search for other commits by this committer
- update nrpe to version 2.15
- add stage support
- move from net-mgmt/nrpe2 -> net-mgmt/nrpe
  to reflect the port and package name

Changes:
2.15 - 09/06/2013
-----------------
- Now compiles on HP-UX (Grant Byers)
- Added support for IPv6 (Leo Baltus, Eric Stanley)
Original commitRevision:329368 

Number of commits found: 3