SHA256
1
0
forked from pool/dhcp
OBS User unknown 2007-07-30 18:28:05 +00:00 committed by Git OBS Bridge
parent 41c2e5cef2
commit da59e30098
3 changed files with 11 additions and 2 deletions

View File

@ -5,7 +5,7 @@
fi
+if [ -n "${dhc_dbus}" ]; then
+ /usr/bin/dbus-send \
+ /bin/dbus-send \
+ --system \
+ --dest=com.redhat.dhcp \
+ --type=method_call \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jul 30 13:06:43 CEST 2007 - thoenig@suse.de
- dhcp-3.0.3-dhclient-script-dhcdbd.patch: dbus-send is now located
in /bin
-------------------------------------------------------------------
Thu Jul 19 16:14:33 CEST 2007 - mt@suse.de

View File

@ -23,7 +23,7 @@ License: BSD 3-Clause
Group: Productivity/Networking/Boot/Servers
Autoreqprov: on
Version: 3.0.6
Release: 1
Release: 6
Summary: Common Files Used by ISC DHCP Software
URL: http://www.isc.org/isc/dhcp.html
Source0: http://ftp.isc.org/isc/dhcp/dhcp-%{version}.tar.gz
@ -486,6 +486,9 @@ if ! test -f /.buildenv; then rm -rf $RPM_BUILD_ROOT; fi
%doc %{_mandir}/man3/dhcpctl.3.gz
%changelog
* Mon Jul 30 2007 - thoenig@suse.de
- dhcp-3.0.3-dhclient-script-dhcdbd.patch: dbus-send is now located
in /bin
* Thu Jul 19 2007 - mt@suse.de
- Updated to 3.0.6, a maintenance release containing fixes
for bugs discovered since DHCP 3.0.5, but no new features.