0f0fe7b6fc
- 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)
9 lines
336 B
Text
9 lines
336 B
Text
@unexec cmp -s %D/etc/nrpe.cfg.sample %D/etc/nrpe.cfg && rm %D/etc/nrpe.cfg || true
|
|
etc/nrpe.cfg.sample
|
|
@exec test -f %B/nrpe.cfg || install -m 644 %D/%F %B/nrpe.cfg
|
|
libexec/nagios/check_nrpe2
|
|
sbin/nrpe2
|
|
@dirrmtry libexec/nagios
|
|
@exec install -m 755 -o %%NAGIOSUID%% -d %%NRPE_PIDDIR%%
|
|
@dirrmtry %%NAGIOSDIR%%
|
|
@dirrmtry %%NRPE_PIDDIR%%
|