mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 05:19:16 -04:00
o Disable over-optimaization for problem of ports/75291. [1] o Clean-up some patches (to post-patch phase) PR: ports/75291 [1] Pointed out by: Lars Eggert <lars.eggert@netlab.nec.de> [1] Informed by: Yoshihiro Yanagida <yosh@yanagi.to> Inquiried by: many people Sponsored by: Ensure Technology Ltd.
20 lines
635 B
Raku
20 lines
635 B
Raku
--- WebAdmin/src/streamingadminserver.pl.orig Thu Aug 28 08:21:55 2003
|
|
+++ WebAdmin/src/streamingadminserver.pl Sat Jan 22 09:55:56 2005
|
|
@@ -40,7 +40,7 @@
|
|
}
|
|
else
|
|
{
|
|
- eval "use Net::SSleay";
|
|
+ eval "use Net::SSLeay";
|
|
}
|
|
$ssl_available = 0;
|
|
if (!$@) {
|
|
@@ -248,7 +248,7 @@
|
|
"gbrowse", "0",
|
|
"ssl", "0",
|
|
"crtfile", "/etc/streaming/streamingadminserver.pem",
|
|
- "keyfile", "/etc/streaming/streamingadminserver.pem",
|
|
+ "keyfile", "/etc/streaming/streamingadminserver.key",
|
|
#"keypasswordfile", "",
|
|
"qtssQTPasswd", "/usr/local/bin/qtpasswd",
|
|
"qtssPlaylistBroadcaster", "/usr/local/bin/PlaylistBroadcaster",
|