1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

8 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
Dennis Herrmann
4e496fe2b9 - Add IPv6 support
- Bump PORTREVISION

PR:		ports/164822
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
Approved by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2012-02-06 21:08:43 +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
1d6b4b3f91 Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
2010-03-27 00:15:24 +00:00
Pav Lucistnik
a7eba11936 - Fix rc script installation
- Stop daemon on deinstall
- REQUIRE/PROVIDE

PR:		ports/97327
Submitted by:	Larry Rosenman <ler@lerctr.org> (maintainer)
2006-05-19 22:50:37 +00:00
Sergey Matveychuk
ea42e87bab - Fix PostgreSQL support
- Pet portlint
- Unquote BROKEN message
- Use modern USE_RC_SUBR style

PR:		ports/97213
Submitted by:	maintainer
2006-05-15 13:27:30 +00:00
Vsevolod Stakhov
4577bfeee4 - Fix for the exilog.sh rc script to make "status" and "restart" command work correctly
PR:		87972
Submitted by:	Alex Samorukov <samm@os2.kiev.ua>
2005-11-03 13:43:00 +00:00
Sergey Matveychuk
40765b8a02 Exilog is very nice utility to parse and visualize logs from multiply exim
servers.

PR:		ports/81899
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-06-05 18:22:26 +00:00