Re: textproc/sphinx rc.d script

2019-01-09 Thread Jay Williams
daemon="/usr/local/bin/searchd" daemon_flags="--nodetach" # daemon_user="www" # force start the daemon in background rc_bg=YES . /etc/rc.d/rc.subr rc_cmd $1 -- Jay Williams

Re: textproc/sphinx rc.d script

2019-01-09 Thread Jay Williams
or failed completely. -- Jay Williams

textproc/sphinx rc.d script

2019-01-08 Thread Jay Williams
, would you want to include this rc.d script, or something similar? That way if someone wants to setup a Sphinx Search daemon, they won't have to spend all the time debugging as I did. -- Jay Williams #!/bin/ksh # # searchd - Sphinxsearch network daemon daemon="/usr/local/bin/searchd" da

Re: bsd.port.mk, stuff to kill

2012-02-20 Thread jay
for me, I think there are other ways to find what I need. Jay Huldeen j...@huldeen.com

Re: another got overflow

2010-08-03 Thread Jay K
Thanks Stu. I removed the gtk2 = cups dependency as you suggested and then was able to build iodbc. make install is still running. (I didn't test the diff, I just removed it unconditionally; presumably the diff is obvious then.)  - Jay Date: Fri, 30

Confirm your subscription to The Parlaywheel

2009-05-10 Thread Jay Sumlin
The parlay wheel has a full live person video tutorial showing you how the system work. Also check out Jay's video podcast giving you smart money tips. Confirm to list: The Parlaywheel

Re: gcc 4.3 on OpenBSD?

2008-06-12 Thread Jay
be needed. I'd also have to check if NULL can be any integral type, or if the standard mandates it is the size of a pointer. It's possible #define NULL 0 on a 64 bit system with 32 bit int is not standard-legal. Thanks. - Jay Date: Mon, 9 Jun 2008 17:56:18 +0300 From: [EMAIL PROTECTED] To: [EMAIL

gcc 4.3 on OpenBSD?

2008-05-20 Thread Jay
to scope this down. Lots of stuff about gcc and OpenBSD, but hard to find about gcc 4.3 on OpenBSD. And 4.3 is also an OpenBSD version. Thanks for any information, - Jay