Date: Fri, 20 Jan 2012 15:48:52 +0100 From: till <till@php.net> To: =?UTF-8?B?SGVyYnkgVm9qxI3DrWs=?= <herby@mailbox.sk> Cc: ports@freebsd.org Subject: Re: FreeBSD Port: couchdb-1.1.0_2,1 Message-ID: <CAFx2Yf7UQGfChENaFaUemN5sUF4YTv9qLrGpXDtj7xqAb75yNQ@mail.gmail.com> In-Reply-To: <4F183915.3020304@mailbox.sk> References: <4F183915.3020304@mailbox.sk>
next in thread | previous in thread | raw e-mail | index | archive | help
Can you send me a unified diff and a PR. I'll take a look. I tested this prior to the commit. Which version of FreeBSD are you using? On Thu, Jan 19, 2012 at 4:39 PM, Herby Voj=C4=8D=C3=ADk <herby@mailbox.sk> = wrote: > Hello, > > the latest change made rc.d script not working. When run from the cli as > /usr/local/etc/rc.d/couchdb start, it begins writing to the terminal and > hangs there, not returning to the prompt. Ctrl+C must be issued to stop i= t > and return to the prompt. > > While hanged, ps ax run in parallel session shows couchdb is started, but > with no flags whatsoever (sh -c "/usr/local/bin/couchdb "). > > The couchdb_prestart function gets run (I put echos in there), but its > couchdb_flags is not taken into account. > > I had to make this change: > > 60c60,61 > < start_precmd=3D${name}_prestart > --- > > #start_precmd=3D${name}_prestart > > case "$1" in *start) couchdb_prestart;; esac > > to make it work. When run during boot, it has the same symptoms (runs the > couchdb without flags) and also needs the change above. > > Herby >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFx2Yf7UQGfChENaFaUemN5sUF4YTv9qLrGpXDtj7xqAb75yNQ>