Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Sep 2012 11:25:07 +0400
From:      Andrew Filonov <andrew.filonov@gmail.com>
To:        apache@freebsd.org
Subject:   apache and rcorder
Message-ID:  <5062ADD3.2040508@gmail.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060309060207060003080104
Content-Type: text/plain; charset=KOI8-R; format=flowed
Content-Transfer-Encoding: 7bit

Hello!
With current rcorder apache usually start  sshd.
This is cause some problem with encrypted certificates.
Please add sshd to REQUIRE section of apache22 startup script.
patch included and it's very simple

bye
Andrew Filonov


--------------060309060207060003080104
Content-Type: text/plain; charset=KOI8-R;
 name="apache22.in.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="apache22.in.diff"

--- apache22.in.orig	2012-02-09 06:49:55.000000000 +0400
+++ apache22.in	2012-09-26 11:21:33.000000000 +0400
@@ -4,7 +4,7 @@
 #
 
 # PROVIDE: apache22
-# REQUIRE: LOGIN cleanvar
+# REQUIRE: LOGIN cleanvar sshd
 # KEYWORD: shutdown
 
 #

--------------060309060207060003080104--



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