Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2006 11:13:36 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        Serge Gagnon <serge.gagnon@b2b2c.ca>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: rc.d question
Message-ID:  <44781840.3080302@gmx.de>
In-Reply-To: <0IZV00DDIY8N1Q40@VL-MH-MR002.ip.videotron.ca>
References:  <0IZV00DDIY8N1Q40@VL-MH-MR002.ip.videotron.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
Do it with variables:

portname_enable="yes"
portname_ssl_enable="yes"

Serge Gagnon wrote:
> Hi,
> I have a port that can be launch in two way simulaneously like:
> webserver -p80    and
> webserver -p443 -s
> 
> I would like to know if the better way is to make to different rc.d script 
> like
> webcit and webcit-ssl or to try to handle this in just one with args ? I'm 
> in favor to make two different one because it's less complicated.
> 
> Thanks.



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