rpms/dhcp/devel dhcp-3.0.2-dhclient-script-dhcdbd.patch, 1.1, 1.2 dhcp.spec, 1.82, 1.83

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Jan 22 20:49:54 UTC 2006


Author: dcbw

Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv23055

Modified Files:
	dhcp-3.0.2-dhclient-script-dhcdbd.patch dhcp.spec 
Log Message:
* Sun Jan 22 2006 Dan Williams <dcbw at redhat.com> - 11:3.0.3-21
- Fix dhclient-script to use /bin/dbus-send now that all dbus related
    binaries are in /bin rather than /usr/bin



dhcp-3.0.2-dhclient-script-dhcdbd.patch:
 linux |  306 ++++++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 167 insertions(+), 139 deletions(-)

Index: dhcp-3.0.2-dhclient-script-dhcdbd.patch
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp-3.0.2-dhclient-script-dhcdbd.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhcp-3.0.2-dhclient-script-dhcdbd.patch	25 Apr 2005 16:37:49 -0000	1.1
+++ dhcp-3.0.2-dhclient-script-dhcdbd.patch	22 Jan 2006 20:49:50 -0000	1.2
@@ -5,7 +5,7 @@
  # by the dhclient C code, and passed on.
  
 +if [ -n "${dhc_dbus}" ]; then
-+   /usr/bin/dbus-send \
++   /bin/dbus-send \
 +       --system \
 +       --dest=com.redhat.dhcp \
 +       --type=method_call \


Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- dhcp.spec	16 Jan 2006 21:18:31 -0000	1.82
+++ dhcp.spec	22 Jan 2006 20:49:50 -0000	1.83
@@ -2,7 +2,7 @@
 Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
 Name:    dhcp
 Version: 3.0.3
-Release: 20
+Release: 21
 Epoch:   11
 License: distributable
 Group: System Environment/Daemons
@@ -325,6 +325,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Sun Jan 22 2006 Dan Williams <dcbw at redhat.com> - 11:3.0.3-21
+- Fix dhclient-script to use /bin/dbus-send now that all dbus related
+    binaries are in /bin rather than /usr/bin
+
 * Mon Jan 16 2006 Jason Vas Dias <jvdias at redhat.com> - 11:3.0.3-20
 - fix bug 177845: allow client ip-address as default router 
 - fix bug 176615: fix DDNS update when Windows-NT client sends 




More information about the fedora-cvs-commits mailing list