diff --git a/sysutils/minirsyslogd/Makefile b/sysutils/minirsyslogd/Makefile index 40f3b92feaaf..89f8ce9b16d0 100644 --- a/sysutils/minirsyslogd/Makefile +++ b/sysutils/minirsyslogd/Makefile @@ -1,22 +1,22 @@ # Created by: lx@redundancy.redundancy.org PORTNAME= minirsyslogd PORTVERSION= 1.02 PORTREVISION= 1 CATEGORIES= sysutils net MASTER_SITES= http://redundancy.redundancy.org/mirror/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org COMMENT= Minimal, fast and secure syslog receiver USE_RC_SUBR= minirsyslogd do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8.gz \ ${STAGEDIR}${MANPREFIX}/man/man8 .include diff --git a/sysutils/minirsyslogd/pkg-descr b/sysutils/minirsyslogd/pkg-descr index ac32350a5e19..457a55ae6b0d 100644 --- a/sysutils/minirsyslogd/pkg-descr +++ b/sysutils/minirsyslogd/pkg-descr @@ -1,11 +1,9 @@ minirsyslogd is a minimalistic, fast and secure (through lack of bloat) remote-only syslog receiver suitable for hardened log receiver hosts and/or central log receivers that receive several gigabyte of logs each day. It will not deal with local syslog data. It does not have a multitude of configuration, alerting or scripting options. It will however automatically split inbound syslog data according to IP address, date and current hour, and do so as rapidly and (I hope) securely as possible. - -WWW: http://www.clueby4.org/minirsyslogd/