Bug 135256 - couchdb rc script
Summary: couchdb rc script
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Wesley Shields
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-04 15:00 UTC by Till Klampaeckel
Modified: 2009-06-17 15:20 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Till Klampaeckel 2009-06-04 15:00:10 UTC
This is an rc script for databases/couchdb:

http://github.com/till/couchdb-freebsd/blob/2fafe644d8faa3af861971dfc2f2cf4d6671c62a/rc-script/couchdb.in
Comment 1 Wesley Shields freebsd_committer freebsd_triage 2009-06-04 15:08:22 UTC
Responsible Changed
From-To: freebsd-bugs->wxs

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2009-06-17 15:10:46 UTC
wxs         2009-06-17 14:10:30 UTC

  FreeBSD ports repository

  Modified files:
    databases/couchdb    Makefile 
  Added files:
    databases/couchdb    pkg-install pkg-message 
    databases/couchdb/files couchdb.in 
  Log:
  - Add an RC script.
  - Cleanup messasges displayed by the port.
  - Add a couchdb user and group.
  
  PR:             ports/135256, ports/135259
  Submitted by:   Till Klampaeckel <till@php.net> (maintainer)
  
  Revision  Changes    Path
  1.6       +21 -0     ports/databases/couchdb/Makefile
  1.1       +64 -0     ports/databases/couchdb/files/couchdb.in (new)
  1.1       +32 -0     ports/databases/couchdb/pkg-install (new)
  1.1       +8 -0      ports/databases/couchdb/pkg-message (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Wesley Shields freebsd_committer freebsd_triage 2009-06-17 15:11:10 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!