rpms/ifplugd/devel interface_c.patch, NONE, 1.1 ifplugd.spec, 1.10, 1.11

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Wed Sep 27 14:06:20 UTC 2006


Author: jamatos

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

Modified Files:
	ifplugd.spec 
Added Files:
	interface_c.patch 
Log Message:
* Wed Sep 27 2006 José Matos <jamatos[AT]fc.up.pt> - 0.28-3
- Add patch to cvs ( --follow-the-mind would be nice).


interface_c.patch:

--- NEW FILE interface_c.patch ---
diff -Nuarp a/src/interface.c b/src/interface.c
--- a/src/interface.c	2005-01-04 19:25:31.000000000 -0500
+++ b/src/interface.c	2006-03-06 20:38:10.000000000 -0500
@@ -22,9 +22,9 @@
 #include <config.h>
 #endif
 
+#include <sys/types.h>
 #include <linux/sockios.h>
 #include <linux/if_ether.h>
-#include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>
 #include <linux/if.h>


Index: ifplugd.spec
===================================================================
RCS file: /cvs/extras/rpms/ifplugd/devel/ifplugd.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ifplugd.spec	27 Sep 2006 13:58:37 -0000	1.10
+++ ifplugd.spec	27 Sep 2006 14:06:20 -0000	1.11
@@ -1,7 +1,7 @@
 Summary:       Detect and take action when an ethernet cable is unplugged
 Name:          ifplugd
 Version:       0.28
-Release:       2
+Release:       3
 
 License:       GPL
 Group:         System Environment/Daemons
@@ -59,6 +59,9 @@
 /sbin/chkconfig --del ifplugd
 
 %changelog
+* Wed Sep 27 2006 José Matos <jamatos[AT]fc.up.pt> - 0.28-3
+- Add patch to cvs ( --follow-the-mind would be nice).
+
 * Wed Sep 27 2006 José Matos <jamatos[AT]fc.up.pt> - 0.28-2
 - Apply patch to src/interface.c
 




More information about the fedora-extras-commits mailing list