Commit graph

5 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
Mark Felder
8e12dbc4b0 Support STAGE
Move pid dir creation to rc script
Clean up rc script a bit, add some consistency
change command_interpreter to /usr/local/bin/perl to avoid warnings

Sponsored by:	SupraNet Communications, Inc
2014-05-12 18:15:08 +00:00
Steve Wills
a4f007326e - rc script passes rclint
- Runs as its own user
- Switch to @unexec rmdir since portlint warns about absolute path in @dirrmtry
  not working

PR:		ports/178834
Submitted by:	Mark Felder <feld@feld.me> (maintainer)
2013-05-27 02:29:49 +00:00
Steve Wills
c4a7ff67b3 Devmon is a Perl daemon designed to supplement and enhance the monitoring
capabilities of a server running either the BigBrother or Hobbit monitoring
software.

WWW: http://devmon.sourceforge.net/

PR:		ports/176427
Submitted by:	Mark Felder <feld@feld.me>
2013-03-02 20:20:12 +00:00