Commit graph

10 commits

Author SHA1 Message Date
Mathieu Arnold
135fdeebb9
all: Remove all other $FreeBSD keywords. 2021-04-06 16:31:13 +02:00
John Marino
bcbae34226 change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perl
Several ports had rc.d scripts with hardcoded command_interpreter string
as /usr/bin/perl.  This symlink is not guaranteed to be in place, and it
isn't even an option for perl 5.20.  For affected ports, the interpreter
was changed to localbase.

In one case, the interpreter was correct, but it wasn't surround by
quotes.  Since the rc.d script would break if a space was contained in
${PREFIX}, quotes were added in that case.
2015-01-05 13:18:58 +00:00
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