diff options
author | Brian Somers <brian@FreeBSD.org> | 2010-07-17 22:38:08 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2010-07-17 22:38:08 +0000 |
commit | cbf6479d199fff27d33093df9a293b8ae5ad65de (patch) | |
tree | 996cbb5fa0927305fb06c194fc1b2752c996b065 /net-mgmt | |
parent | a85f4f07363640d136c6c3a66eb85f176c019171 (diff) |
The pre-install requires uid 0.
Not approved by: maintainer (timeout after 10 days)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=257902
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index fe2a904c4baa..38151fc2caed 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -117,7 +117,7 @@ post-patch: -e 's#;hostprops=42\"#;hostprops=10\"#g' ${WRKSRC}/html/side.php .endif -pre-install: +pre-su-install: @${SH} ${PKGINSTALL} ${DISTNAME} PRE-INSTALL post-install: |