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>

index | next in thread | raw e-mail

[-- Attachment #1 --]
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


[-- Attachment #2 --]
--- 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
 
 #
help

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