Re: [Queue-developers] Queue 1.40.1 beta released
Brought to you by:
wkrebs
|
From: Mike C. <da...@ix...> - 2001-05-10 00:39:03
|
On Wed, May 09, 2001 at 05:02:05PM -0700, Mike Castle wrote:
>
> NFS-shared Queue spool directory is "/usr/var/spool/queue"
Oops... I missed also commenting on the following:
Local queued process id file prefix is "/usr/var/run/queued.pid"
I kind of like this bit from the ssh configure.in:
PIDDIR="/var/run"
AC_MSG_CHECKING(where to put sshd.pid)
if test '!' -d $PIDDIR; then
PIDDIR="$ETCDIR"
fi
AC_MSG_RESULT($PIDDIR)
Could I request something similar in queue?
If /var/run exists, go with that, else use ${localstatedir}/run.
mrc
--
Mike Castle Life is like a clock: You can work constantly
da...@ix... and be right all the time, or not work at all
www.netcom.com/~dalgoda/ and be right at least twice a day. -- mrc
We are all of us living in the shadow of Manhattan. -- Watchmen
|