Commit graph

13 commits

Author SHA1 Message Date
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +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
Doug Barton
86922094aa RC_SUBR_SUFFIX has not been needed for a long time now, all supported
versions of FreeBSD now use /etc/rc.subr and rc.d scripts without .sh
appended to the script name.
2010-03-27 06:14:03 +00:00
Doug Barton
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Wesley Shields
254f3733a3 - Update to 2.0.10, which has the chroot vulnerability patched.
- Remove now unnecessary patch.

PR:		ports/136158
Submitted by:	Takeshi Taguchi <taguchi@iij.ad.jp>
Approved by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
2009-07-02 20:40:07 +00:00
Wesley Shields
7e7393f75e Add patch to fix chroot vulnerability.
PR:		ports/128960
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
Security:	http://www.vuxml.org/freebsd/75f2382e-b586-11dd-95f9-00e0815b8da8.html
2008-11-18 23:21:09 +00:00
Thomas Abthorpe
77c5af20e2 - Update to 2.0.9
PR:		ports/122535
Submitted by:	ivan.lago ifom-ieo-campus.it (maintainer)
2008-04-15 17:59:22 +00:00
Rong-En Fan
5078b8bb0a - Update to 2.0.3
PR:		ports/115724
Submitted by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
2007-08-23 14:52:53 +00:00
Pav Lucistnik
357243dd72 - Correct the location of a configuration file
PR:		ports/111462
Reported by:	Brian A. Seklecki <bseklecki@collaborativefusion.com>
Submitted by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)
2007-07-28 22:28:08 +00:00
Pav Lucistnik
8881bc0e14 - Update to 2.0.2
PR:		ports/110396
Submitted by:	Ivan Lago <ivan.lago@ifom-ieo-campus.it> (maintainer)

- Fix rc script: require ldconfig

PR:		ports/110647
Submitted by:	Marcus Reid <marcus@blazingdot.com>

- Modernize pkg-message handling
2007-03-22 16:30:16 +00:00
Rong-En Fan
454103013f Merge rc script changes from syslog-ng port:
- Allow user to change parameters of start syslog-ng via vars rc.d script [1]
- Allow user to purge klog(9) via vars rc.d script [2]

PR:		ports/98287 [1] and [2]
Submitted by:	Pavel Volkov [1], Brian A. Seklecki [2]
Approved by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it> (maintainer)
2007-03-19 06:28:09 +00:00
Martin Wilke
323cc80169 - Fix Config Path
PR:             ports/105603
Submitted by:   Rob.Evers@flappie.debank.tv
Approved  by:   Maintainer
2006-11-16 11:41:23 +00:00
Martin Wilke
36dc0b3c5a syslog-ng (Syslog New Generation) is a powerful replacement for the standard
syslogd.  Features include:

  - ability to filter messages based on content using regular expressions
  - forwarding logs on TCP

WWW: http://www.balabit.com/products/syslog_ng/

-Vince Valenti
vince@blue-box.net

PR:		ports/105370
Submitted by:	Ivan Lago <ivan.lago at ifom-ieo-campus.it>
2006-11-14 12:46:33 +00:00