Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Mar 2010 21:42:30 +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/www/thundercache Makefile ports/www/thundercache/files thunder-rcNG.in thundercache.in
Message-ID:  <201003182142.o2ILgUe1087736@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003182142.o2ILgUe1087736>