packages: apachetop/apachetop-debian.patch, apachetop/apachetop.spec - rel ...

arekm arekm at pld-linux.org
Wed Dec 14 08:18:15 CET 2011


Author: arekm                        Date: Wed Dec 14 07:18:15 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 7; read default config file, really

---- Files affected:
packages/apachetop:
   apachetop-debian.patch (1.1 -> 1.2) , apachetop.spec (1.31 -> 1.32) 

---- Diffs:

================================================================
Index: packages/apachetop/apachetop-debian.patch
diff -u packages/apachetop/apachetop-debian.patch:1.1 packages/apachetop/apachetop-debian.patch:1.2
--- packages/apachetop/apachetop-debian.patch:1.1	Tue Nov  8 17:22:14 2011
+++ packages/apachetop/apachetop-debian.patch	Wed Dec 14 08:18:09 2011
@@ -6406,7 +6406,7 @@
  	if (cf.input_count == 0)
  	{
 -		if (new_file(DEFAULT_LOGFILE, SEEK_TO_END) != -1)
-+		if (new_file("/var/log/apache2/access.log", SEEK_TO_END) != -1)
++		if (new_file(DEFAULT_LOGFILE, SEEK_TO_END) != -1)
  			cf.input_count++;
 +		else
 +		{

================================================================
Index: packages/apachetop/apachetop.spec
diff -u packages/apachetop/apachetop.spec:1.31 packages/apachetop/apachetop.spec:1.32
--- packages/apachetop/apachetop.spec:1.31	Tue Nov  8 17:58:54 2011
+++ packages/apachetop/apachetop.spec	Wed Dec 14 08:18:09 2011
@@ -6,7 +6,7 @@
 Summary(pl.UTF-8):	Podobny do topa program pokazujący pracę Apache'a
 Name:		apachetop
 Version:	0.12.6
-Release:	6
+Release:	7
 Epoch:		1
 License:	BSD
 Group:		Networking/Utilities
@@ -43,7 +43,8 @@
 %{__aclocal}
 %{__autoconf}
 %{__automake}
-%configure
+%configure \
+	--with-logfile=/var/log/httpd/access_log
 
 %{__make} \
 	CXX="%{__cxx}" \
@@ -69,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.32  2011/12/14 07:18:09  arekm
+- rel 7; read default config file, really
+
 Revision 1.31  2011/11/08 16:58:54  arekm
 - rel 6; correct log location
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apachetop/apachetop-debian.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/apachetop/apachetop.spec?r1=1.31&r2=1.32&f=u



More information about the pld-cvs-commit mailing list