From e38bb39ae05c07d50cb5a5b2eb003af9581246f3 Mon Sep 17 00:00:00 2001 From: Jimmy Olgeni Date: Sat, 11 Feb 2006 20:43:38 +0000 Subject: Upgrade to version 1.58. --- www/yaws/files/patch-src_yaws__sup.erl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 www/yaws/files/patch-src_yaws__sup.erl (limited to 'www/yaws/files/patch-src_yaws__sup.erl') diff --git a/www/yaws/files/patch-src_yaws__sup.erl b/www/yaws/files/patch-src_yaws__sup.erl new file mode 100644 index 000000000000..f57ba2804e1e --- /dev/null +++ b/www/yaws/files/patch-src_yaws__sup.erl @@ -0,0 +1,17 @@ + +$FreeBSD$ + +--- src/yaws_sup.erl.orig ++++ src/yaws_sup.erl +@@ -46,10 +46,8 @@ + + YawsRSS = {yaws_rss, {yaws_rss, start_link, []}, + permanent, 5000, worker, [yaws_rss]}, +- Pam = {yaws_pam, {yaws_pam, start_link, ["system-auth", false, false]}, +- permanent, 5000, worker, [yaws_pam]}, + +- {ok,{{one_for_all,0,300}, [YawsLog, YawsRSS, YawsServ, Sess, Pam]}}. ++ {ok,{{one_for_all,0,300}, [YawsLog, YawsRSS, YawsServ, Sess]}}. + + %%---------------------------------------------------------------------- + %%---------------------------------------------------------------------- -- cgit v1.2.3