cvs commit: ports/www/thundercache Makefile ports/www/thundercache/files thunder-rcNG.in thundercache.in

Doug Barton dougb at FreeBSD.org
Thu Mar 18 21:42:31 UTC 2010


dougb       2010-03-18 21:42:30 UTC

  FreeBSD ports repository

  Modified files:
    www/thundercache     Makefile 
  Added files:
    www/thundercache/files thundercache.in 
  Removed files:
    www/thundercache/files thunder-rcNG.in 
  Log:
  Fix the rc.d script-related problems with this port:
  1. It's rc.d, not rcng
  2. All new ports that use rc.d scripts need to use USE_RC_SUBR
  3. The name of the script, PROVIDE, and $name should match the port name.
  4. For the script itself:
    a. Added a $FreeBSD$
    b. Added KEYWORD: shutdown since it starts a persistent service.
    c. Removed _flags from command=, it's spurious and will result in the
       flags being included twice.
    d. Moved the default variable assignment to after load_rc_config
    e. Made the conf file a required_file, and added it to command_args
       instead of _flags.
  
  Approved by:    maintainer
  
  Revision  Changes    Path
  1.2       +4 -2      ports/www/thundercache/Makefile
  1.2       +0 -21     ports/www/thundercache/files/thunder-rcNG.in (dead)
  1.1       +28 -0     ports/www/thundercache/files/thundercache.in (new)


More information about the cvs-all mailing list