aboutsummaryrefslogtreecommitdiffstats
path: root/security/hs-crypto-conduit
ModeNameSize
-rw-r--r--Makefile375logstatsplainblame
-rw-r--r--distinfo158logstatsplainblame
-rw-r--r--pkg-descr206logstatsplainblame
s='logheader'>* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1 | | | | | | | | | | | 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. * - Update maintainer addresscrees2011-06-171-1/+1 | | | | Approved by: rene (mentor)