mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
d46c5b1fc5
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>
15 lines
298 B
Plaintext
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
|