Skip to content

Commit

Permalink
Merge pull request #20 from jryberg/master
Browse files Browse the repository at this point in the history
Also RH/CentOS should have PID in /var/run
  • Loading branch information
jryberg committed Feb 9, 2014
2 parents 4765e29 + 93f0185 commit aafd9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naemon.spec
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ CFLAGS="%{mycflags}" LDFLAGS="$CFLAGS" %configure \
--with-logrotatedir="%{_sysconfdir}/logrotate.d" \
--with-naemon-user="naemon" \
--with-naemon-group="naemon" \
--with-lockfile="%{_localstatedir}/cache/naemon/naemon.pid" \
--with-lockfile="%{_localstatedir}/run/naemon/naemon.pid" \
--with-thruk-user="%{apacheuser}" \
--with-thruk-group="naemon" \
--with-thruk-libs="%{_libdir}/naemon/perl5" \
Expand Down

0 comments on commit aafd9a5

Please sign in to comment.