Commit Graph

5 Commits

Author SHA1 Message Date
Andrej Zverev
26842f113a - Support STAGEDIR
- Switch to USES=gmake
- Remove leading indefinite article from COMMENT

Submitted by:	zont@ (maintainer via email)
2013-10-15 09:00:49 +00:00
Baptiste Daroussin
83f65384c9 Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils) 2013-09-20 23:05:58 +00:00
Andrej Zverev
b4536e866c - Update maintainer email address.
Submitted by:	maintainer via irc
2012-12-11 11:31:30 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Pav Lucistnik
63cc16e46f pprotectd this is a self protected daemon which protect processes
from killing by the kernel when memory is exhausted.

The P_PROTECTED flag protects processes from killing by the kernel
when memory is exhausted. This may be useful for protection many
critical daemons, such as cron, syslogd, inetd, sshd or mysqld.

WWW: http://www.zonov.org/

PR:		ports/151774
Submitted by:	Andrey Zonov <andrey.zonov@gmail.com>
2011-08-08 20:07:22 +00:00