public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_backtrace/files: 10_mod_backtrace.conf
@ 2008-01-10 15:49 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2008-01-10 15:49 UTC (permalink / raw
  To: gentoo-commits

hollow      08/01/10 15:49:55

  Modified:             10_mod_backtrace.conf
  Log:
  fix #205172
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.2                  www-apache/mod_backtrace/files/10_mod_backtrace.conf

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?r1=1.1&r2=1.2

Index: 10_mod_backtrace.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- 10_mod_backtrace.conf	8 Sep 2007 17:10:37 -0000	1.1
+++ 10_mod_backtrace.conf	10 Jan 2008 15:49:54 -0000	1.2
@@ -1,7 +1,5 @@
 <IfDefine BACKTRACE>
-	<IfModule !mod_backtrace.c>
-		LoadModule backtrace_module    modules/mod_backtrace.so
-	</IfModule>
-	EnableExceptionHook On
-	BacktraceLog /var/log/apache2/backtrace_log
+LoadModule backtrace_module    modules/mod_backtrace.so
+EnableExceptionHook On
+BacktraceLog /var/log/apache2/backtrace_log
 </IfDefine>



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_backtrace/files: 10_mod_backtrace.conf
@ 2008-01-31 17:22 Benedikt Boehm (hollow)
  0 siblings, 0 replies; 3+ messages in thread
From: Benedikt Boehm (hollow) @ 2008-01-31 17:22 UTC (permalink / raw
  To: gentoo-commits

hollow      08/01/31 17:22:06

  Modified:             10_mod_backtrace.conf
  Log:
  update metadata; cleanup
  (Portage version: 2.1.4)

Revision  Changes    Path
1.3                  www-apache/mod_backtrace/files/10_mod_backtrace.conf

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?r1=1.2&r2=1.3

Index: 10_mod_backtrace.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- 10_mod_backtrace.conf	10 Jan 2008 15:49:54 -0000	1.2
+++ 10_mod_backtrace.conf	31 Jan 2008 17:22:06 -0000	1.3
@@ -1,5 +1,8 @@
 <IfDefine BACKTRACE>
-LoadModule backtrace_module    modules/mod_backtrace.so
+LoadModule backtrace_module modules/mod_backtrace.so
+
 EnableExceptionHook On
 BacktraceLog /var/log/apache2/backtrace_log
 </IfDefine>
+
+# vim: ts=4 filetype=apache



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in www-apache/mod_backtrace/files: 10_mod_backtrace.conf
@ 2014-12-23 13:15 Michael Orlitzky (mjo)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky (mjo) @ 2014-12-23 13:15 UTC (permalink / raw
  To: gentoo-commits

mjo         14/12/23 13:15:45

  Modified:             10_mod_backtrace.conf
  Log:
  Version bump partially addressing bug #532808.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x6F48D3DA05C2DADB!)

Revision  Changes    Path
1.4                  www-apache/mod_backtrace/files/10_mod_backtrace.conf

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf?r1=1.3&r2=1.4

Index: 10_mod_backtrace.conf
===================================================================
RCS file: /var/cvsroot/gentoo-x86/www-apache/mod_backtrace/files/10_mod_backtrace.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- 10_mod_backtrace.conf	31 Jan 2008 17:22:06 -0000	1.3
+++ 10_mod_backtrace.conf	23 Dec 2014 13:15:45 -0000	1.4
@@ -1,8 +1,4 @@
 <IfDefine BACKTRACE>
-LoadModule backtrace_module modules/mod_backtrace.so
-
-EnableExceptionHook On
-BacktraceLog /var/log/apache2/backtrace_log
+  LoadModule backtrace_module modules/mod_backtrace.so
+  EnableExceptionHook On
 </IfDefine>
-
-# vim: ts=4 filetype=apache





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-23 13:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23 13:15 [gentoo-commits] gentoo-x86 commit in www-apache/mod_backtrace/files: 10_mod_backtrace.conf Michael Orlitzky (mjo)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-31 17:22 Benedikt Boehm (hollow)
2008-01-10 15:49 Benedikt Boehm (hollow)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox