Commit Graph

2 Commits

Author SHA1 Message Date
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