cvs commit: ports/net/freeswitch-core Makefile ports/net/freeswitch-core/files freeswitch.in

Doug Barton dougb at FreeBSD.org
Wed Aug 11 05:22:11 UTC 2010


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


More information about the cvs-ports mailing list