Date: Wed, 11 Aug 2010 05:22:11 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/freeswitch-core Makefile ports/net/freeswitch-core/files freeswitch.in Message-ID: <201008110522.o7B5MBVZ085773@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2010-08-11 05:22:11 UTC
FreeBSD ports repository
Modified files:
net/freeswitch-core Makefile
net/freeswitch-core/files freeswitch.in
Log:
1. It's generally preferred that ports rc.d files use REQUIRE: LOGIN
unless there is a good reason not to. However this service runs as an
unprivileged user, which makes that a requirement.
2. The default variable assignments have to come after load_rc_config to
be effective.
3. _flags should not be reproduced in command_args
4. The start and restart methods were superfluous, instead use
wait_for_pids in the _stop method.
Bump PORTREVISION
PR: ports/146442
Submitted by: me
Approved by: maintainer
Revision Changes Path
1.9 +1 -1 ports/net/freeswitch-core/Makefile
1.4 +10 -38 ports/net/freeswitch-core/files/freeswitch.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008110522.o7B5MBVZ085773>
