1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/irc/bopm/pkg-plist
Kirill Ponomarev d46c5b1fc5 Add bopm 3.1.2,
bopm is an open-source open proxy monitor, designed for use
with hybrid-based ircds, although it can be used with slight
modification on any server which has +c to show connects to
opers and that supports KLINEs in order to K-LINE incoming
connects from open proxies.

PR:		ports/70065
Submitted by:	Evgueni V. Gavrilov <aquatique@rusunix.org>
2004-08-06 07:46:51 +00:00

15 lines
298 B
Plaintext

bin/bopm
etc/bopm.conf
etc/rc.d/bopm.sh.sample
include/opm.h
include/opm_error.h
include/opm_types.h
include/opm_common.h
lib/libopm.so.0
lib/libopm.so
lib/libopm.la
lib/libopm.a
@exec mkdir -m 755 /var/log/bopm
@exec chown bopm:bopm /var/log/bopm
@unexec rmdir %D/var/log/bopm 2>/dev/null || true