rpms/ulogd/devel ulogd-1.02-init.patch, 1.2, 1.3 ulogd.spec, 1.12, 1.13

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Tue Feb 21 19:05:44 UTC 2006


Author: abompard

Update of /cvs/extras/rpms/ulogd/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16606

Modified Files:
	ulogd-1.02-init.patch ulogd.spec 
Log Message:
rebuild for FC5

ulogd-1.02-init.patch:

Index: ulogd-1.02-init.patch
===================================================================
RCS file: /cvs/extras/rpms/ulogd/devel/ulogd-1.02-init.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ulogd-1.02-init.patch	24 Jul 2005 08:49:02 -0000	1.2
+++ ulogd-1.02-init.patch	21 Feb 2006 19:05:44 -0000	1.3
@@ -1,6 +1,6 @@
---- ./ulogd.init.fedora	2004-10-06 17:49:31.045356298 +0200
-+++ ./ulogd.init	2004-10-06 17:51:22.009183728 +0200
-@@ -1,12 +1,17 @@
+--- ./ulogd.init.fedora	2004-03-23 23:36:12.000000000 +0100
++++ ./ulogd.init	2005-11-13 18:52:09.000000000 +0100
+@@ -1,16 +1,23 @@
  #!/bin/sh
  #
 -# chkconfig: 345 81 19
@@ -11,6 +11,8 @@
  
  . /etc/rc.d/init.d/functions
  
++prog="ulogd"
++
 +# Source networking configuration.
 +. /etc/sysconfig/network
 +
@@ -19,11 +21,35 @@
  
  function start()
  {
-@@ -55,7 +60,7 @@
+-	printf "Starting %s: " "ulogd"
++	echo -n $"Starting $prog: "
+ 	daemon /usr/sbin/ulogd -d
+ 	echo
+ 	touch /var/lock/subsys/ulogd
+@@ -19,7 +26,7 @@
+ 
+ function stop()
+ {
+-	printf "Stopping %s: " "ulogd"
++	echo -n $"Stopping $prog: "
+ 	killproc ulogd
+ 	echo
+ 	rm -f /var/lock/subsys/ulogd
+@@ -28,6 +35,7 @@
+ 
+ function reload()
+ {
++    echo -n $"Reloading $prog: "
+ 	pid=`pidof ulogd`
+ 	if [ "x$pid" != "x" ]; then
+ 		kill -HUP $pid 2>/dev/null
+@@ -54,8 +62,8 @@
+ 	status ulogd
  	;;
    *)
- 	printf "Usage: %s {start|stop|status|restart|reload}\n" "ulogd"
+-	printf "Usage: %s {start|stop|status|restart|reload}\n" "ulogd"
 -	exit 1
++	echo $"Usage: $0 {start|stop|status|restart|reload}"
 +	exit 2
  esac
  


Index: ulogd.spec
===================================================================
RCS file: /cvs/extras/rpms/ulogd/devel/ulogd.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ulogd.spec	24 Jul 2005 09:13:53 -0000	1.12
+++ ulogd.spec	21 Feb 2006 19:05:44 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           ulogd
 Version:        1.23
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        The userspace logging daemon for netfilter
 License:        GPL
 Group:          System Environment/Daemons
@@ -120,6 +120,9 @@
 %{_libdir}/ulogd/ulogd_PGSQL.so
 
 %changelog
+* Tue Feb 21 2006 Aurelien Bompard <gauret[AT]free.fr> 1.23-3
+- rebuild for FC5
+
 * Sun Jul 24 2005 Aurelien Bompard <gauret[AT]free.fr> 1.23-2
 - compress rotated logs
 - start after mysql in the init process




More information about the fedora-extras-commits mailing list