diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-09 10:42:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-09 10:42:37 +0000 |
commit | 7c1fcbbf13318d273ab33bf23d616103e29a2c13 (patch) | |
tree | 7e8a0eb8a0e57f14945fac41a1d713f3155a8bb1 /security/ossec-hids-client | |
parent | 709418bdd15ba908a4a862d0a2783c70b81cb91d (diff) |
Notes
Diffstat (limited to 'security/ossec-hids-client')
-rw-r--r-- | security/ossec-hids-client/Makefile | 2 | ||||
-rw-r--r-- | security/ossec-hids-client/pkg-plist.client | 34 |
2 files changed, 36 insertions, 0 deletions
diff --git a/security/ossec-hids-client/Makefile b/security/ossec-hids-client/Makefile index cab557fb3b7b..86a0c27ed560 100644 --- a/security/ossec-hids-client/Makefile +++ b/security/ossec-hids-client/Makefile @@ -9,4 +9,6 @@ CLIENT_ONLY= yes MASTERDIR= ${.CURDIR}/../ossec-hids-server +PLIST= pkg-plist.client + .include "${MASTERDIR}/Makefile" diff --git a/security/ossec-hids-client/pkg-plist.client b/security/ossec-hids-client/pkg-plist.client new file mode 100644 index 000000000000..cc742637a0d1 --- /dev/null +++ b/security/ossec-hids-client/pkg-plist.client @@ -0,0 +1,34 @@ +%%PORTNAME%%/active-response/bin/firewalls/ipfw.sh +%%PORTNAME%%/active-response/bin/firewalls/ipfw_mac.sh +%%PORTNAME%%/active-response/bin/firewalls/pf.sh +%%PORTNAME%%/active-response/bin/disable-account.sh +%%PORTNAME%%/active-response/bin/firewall-drop.sh +%%PORTNAME%%/active-response/bin/host-deny.sh +%%PORTNAME%%/active-response/bin/route-null.sh +%%PORTNAME%%/bin/manage_agents +%%PORTNAME%%/bin/ossec-agentd +%%PORTNAME%%/bin/ossec-control +%%PORTNAME%%/bin/ossec-execd +%%PORTNAME%%/bin/ossec-logcollector +%%PORTNAME%%/bin/ossec-syscheckd +%%PORTNAME%%/etc/internal_options.conf +%%PORTNAME%%/etc/shared/rootkit_trojans.txt +%%PORTNAME%%/etc/shared/rootkit_files.txt +@unexec if cmp -s %D/%%PORTNAME%%/etc/ossec.conf %D/%%PORTNAME%%/etc/ossec.conf.sample; then rm -f %D/%%PORTNAME%%/etc/ossec.conf; fi +%%PORTNAME%%/etc/ossec.conf.sample +%%PORTNAME%%/logs/ossec.log +@dirrmtry %%PORTNAME%%/active-response/bin/firewalls +@dirrmtry %%PORTNAME%%/active-response/bin +@dirrmtry %%PORTNAME%%/active-response +@dirrmtry %%PORTNAME%%/etc/shared +@dirrmtry %%PORTNAME%%/etc/ +@dirrmtry %%PORTNAME%%/var/run +@dirrmtry %%PORTNAME%%/var +@dirrmtry %%PORTNAME%%/queue/syscheck +@dirrmtry %%PORTNAME%%/queue/rids +@dirrmtry %%PORTNAME%%/queue/ossec +@dirrmtry %%PORTNAME%%/queue/alerts +@dirrmtry %%PORTNAME%%/queue +@dirrmtry %%PORTNAME%%/logs +@dirrmtry %%PORTNAME%%/bin +@dirrmtry %%PORTNAME%% |