Bug 127020 - detach www/cherokee from console
Summary: detach www/cherokee from console
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-01 10:20 UTC by Dulmandakh Sukhbaatar
Modified: 2008-09-01 19:30 UTC (History)
0 users

See Also:


Attachments
file.diff (382 bytes, patch)
2008-09-01 10:20 UTC, Dulmandakh Sukhbaatar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dulmandakh Sukhbaatar 2008-09-01 10:20:02 UTC
cherokee is attached to console when started from rc script. it's freezing system startup, and it's very unusual behavior.

Fix: pass -d to command_args to detach cherokee from console. patch attached below

Patch attached with submission follows:
How-To-Repeat: install cherokee from ports /usr/ports/www/cherokee/. and enable it in rc.conf adding cherokee_enable="YES". start is using /usr/local/etc/rc.d/cherokee start
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-01 10:22:40 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-ports-bugs

properly assign
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2008-09-01 10:23:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-09-01 19:27:28 UTC
beech       2008-09-01 18:27:20 UTC

  FreeBSD ports repository

  Modified files:
    www/cherokee         Makefile 
    www/cherokee/files   cherokee.sh.in 
  Log:
  - Add flag to detach from console on system start
  - Bump portrevision
  
  PR:             ports/127020
  Submitted by:   Dulmandakh Sukhbaatar <dulmandakh@gmail.com>
  
  Revision  Changes    Path
  1.46      +1 -1      ports/www/cherokee/Makefile
  1.7       +2 -2      ports/www/cherokee/files/cherokee.sh.in
_______________________________________________
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 4 Beech Rintoul freebsd_committer freebsd_triage 2008-09-01 19:27:38 UTC
State Changed
From-To: open->closed

Committed, Thanks!