apache and rcorder

Andrew Filonov andrew.filonov at gmail.com
Wed Sep 26 07:24:16 UTC 2012


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

-------------- next part --------------
--- 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
 
 #


More information about the freebsd-apache mailing list