aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/nrpe2/files/pkg-install.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/nrpe2/files/pkg-install.in')
-rw-r--r--net-mgmt/nrpe2/files/pkg-install.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/net-mgmt/nrpe2/files/pkg-install.in b/net-mgmt/nrpe2/files/pkg-install.in
deleted file mode 100644
index 006f7c666f59..000000000000
--- a/net-mgmt/nrpe2/files/pkg-install.in
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-
-NAGIOSDIR=%%NAGIOSDIR%%
-NAGIOSUSER=%%NAGIOSUSER%%
-NAGIOSGROUP=%%NAGIOSGROUP%%
-NAGIOSUID=%%NAGIOSUID%%
-NAGIOSGID=%%NAGIOSGID%%
-
-if [ "$2" = "POST-INSTALL" ]; then
- if [ ! -e "${NAGIOSDIR}" ]; then
- /bin/mkdir -p "${NAGIOSDIR}"
- /bin/chmod 775 "${NAGIOSDIR}"
- /usr/sbin/chown "${NAGIOSUSER}":"${NAGIOSGROUP}" "${NAGIOSDIR}"
- fi
-fi