rpms/ulogd/FC-4 ulogd-1.02-init.patch, 1.1, 1.2 ulogd.logrotate, 1.1, 1.2 ulogd.spec, 1.10, 1.11

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Sun Jul 24 08:49:03 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/ulogd/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10628/FC-4

Modified Files:
	ulogd-1.02-init.patch ulogd.logrotate ulogd.spec 
Log Message:
- compress rotated logs
- start after mysql in the init process
- use dist tag



ulogd-1.02-init.patch:

Index: ulogd-1.02-init.patch
===================================================================
RCS file: /cvs/extras/rpms/ulogd/FC-4/ulogd-1.02-init.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ulogd-1.02-init.patch	26 Nov 2004 13:46:02 -0000	1.1
+++ ulogd-1.02-init.patch	24 Jul 2005 08:49:01 -0000	1.2
@@ -4,7 +4,7 @@
  #!/bin/sh
  #
 -# chkconfig: 345 81 19
-+# chkconfig: 2345 11 89
++# chkconfig: - 81 19
  # description: ulogd is the userspace logging daemon for netfilter/iptables
  #
  


Index: ulogd.logrotate
===================================================================
RCS file: /cvs/extras/rpms/ulogd/FC-4/ulogd.logrotate,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ulogd.logrotate	26 Nov 2004 13:46:02 -0000	1.1
+++ ulogd.logrotate	24 Jul 2005 08:49:01 -0000	1.2
@@ -2,6 +2,7 @@
     missingok
     notifempty
     weekly
+    compress
     sharedscripts
     postrotate
 	/etc/init.d/ulogd reload > /dev/null 2>&1


Index: ulogd.spec
===================================================================
RCS file: /cvs/extras/rpms/ulogd/FC-4/ulogd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ulogd.spec	19 Apr 2005 12:19:27 -0000	1.10
+++ ulogd.spec	24 Jul 2005 08:49:01 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           ulogd
 Version:        1.23
-Release:        1.fc4
+Release:        2%{?dist}
 Summary:        The userspace logging daemon for netfilter
 License:        GPL
 Group:          System Environment/Daemons
@@ -120,6 +120,11 @@
 %{_libdir}/ulogd/ulogd_PGSQL.so
 
 %changelog
+* Sun Jul 24 2005 Aurelien Bompard <gauret[AT]free.fr> 1.23-2
+- compress rotated logs
+- start after mysql in the init process
+- use dist tag
+
 * Tue Apr 19 2005 Aurelien Bompard <gauret[AT]free.fr> 1.23-1.fc4
 - version 1.23
 - change release tag for FC4
@@ -162,4 +167,3 @@
 - Add Epoch: 0
 
 * Sat May 15 2004 Aurelien Bompard <gauret[AT]free.fr> 1.02-0.fdr.1
-- initial package




More information about the scm-commits mailing list