Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 02 Sep 2007 11:25:15 -0400
From:      Gerard <gerard@seibercom.net>
To:        User Questions <freebsd-questions@freebsd.org>
Subject:   Re: problems with a rc.d script I'm creating
Message-ID:  <20070902112339.8616.GERARD-SEIBERT@seibercom.net>
In-Reply-To: <80f4f2b20709012017m181fe312s14f7d4f60f9ba295@mail.gmail.com>
References:  <80f4f2b20709012017m181fe312s14f7d4f60f9ba295@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On September 01, 2007 at 11:17PM Jim Stapleton wrote:


> akpop3d_enable=${akpop3d_enable-"NO"}
> akpop3d_pidfile=${akpop3d_pidfile-"/var/run/akpop3d.pid"}
> akpop3d_flags=${akpop3d_flags-"-d -s -L .akpop3d"}
> akpop3d_conffile=${akpop3d_conffile-""}
> akpop3d_flush_cache=${akpop3d_flush_cache-"NO"}

I believe you have to precede these with a colon and space; i.e. ": "
for it to work correctly.

-- 
Gerard



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070902112339.8616.GERARD-SEIBERT>