Mailinglist Archive: opensuse-commit (1828 mails)

< Previous Next >
commit dhcpcd
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 25 Sep 2008 23:28:56 +0200
  • Message-id: <20080925212857.0AC08678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package dhcpcd
checked in at Thu Sep 25 23:28:56 CEST 2008.


--------
--- dhcpcd/dhcpcd.changes 2008-09-23 15:18:28.000000000 +0200
+++ /mounts/work_src_done/STABLE/dhcpcd/dhcpcd.changes 2008-09-25
16:27:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 25 16:24:41 CEST 2008 - varkoly@xxxxxxx
+
+- (bnc#429832) - /etc/sysconfig/network/scripts/dhcpcd-netconfig-hook
+ doesn't exist
+
+-------------------------------------------------------------------



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dhcpcd.spec ++++++
--- /var/tmp/diff_new_pack.R22124/_old 2008-09-25 23:28:26.000000000 +0200
+++ /var/tmp/diff_new_pack.R22124/_new 2008-09-25 23:28:26.000000000 +0200
@@ -19,7 +19,7 @@

Name: dhcpcd
Version: 3.2.3
-Release: 37
+Release: 38
Summary: A DHCP Client Daemon
Url: http://developer.berlios.de/projects/dhcpcd/
#Source: http://prdownload.berlios.de/dhcpcd/dhcpcd-3.2.3.tar.bz2
@@ -91,6 +91,9 @@
rm -rf $RPM_BUILD_ROOT

%changelog
+* Thu Sep 25 2008 varkoly@xxxxxxx
+- (bnc#429832) - /etc/sysconfig/network/scripts/dhcpcd-netconfig-hook
+ doesn't exist
* Tue Sep 23 2008 varkoly@xxxxxxx
- (bnc#427681) - Hostname not always set from DHCP
* Tue Sep 09 2008 varkoly@xxxxxxx


++++++ dhcpcd-3.2.3-netconfig.diff ++++++
--- /var/tmp/diff_new_pack.R22124/_old 2008-09-25 23:28:27.000000000 +0200
+++ /var/tmp/diff_new_pack.R22124/_new 2008-09-25 23:28:27.000000000 +0200
@@ -86,11 +86,10 @@
+and sets
+.Fl c
+to
-+.Pa /etc/sysconfig/network/scripts/dhcpcd-netconfig-hook .
++.Pa /etc/sysconfig/network/scripts/dhcpcd-hook .
.El
.Sh NOTES
Because
-Only in dhcpcd-3.2.3-netconfig/: dhcpcd.8.in.orig
diff -u dhcpcd-3.2.3-clientid//dhcpcd.c dhcpcd-3.2.3-netconfig//dhcpcd.c
--- dhcpcd-3.2.3-clientid//dhcpcd.c 2008-09-03 11:19:39.000000000 +0200
+++ dhcpcd-3.2.3-netconfig//dhcpcd.c 2008-09-03 11:33:21.000000000 +0200
@@ -147,12 +146,11 @@
+ options->dontp = false;
+ options->dogateway = true;
+ options->netconfig = true;
-+ options->script =
"/etc/sysconfig/network/scripts/dhcpcd-netconfig-hook";
++ options->script =
"/etc/sysconfig/network/scripts/dhcpcd-hook";
+ break;

case '?':
usage ();
-Only in dhcpcd-3.2.3-netconfig/: dhcpcd.c.orig
diff -u dhcpcd-3.2.3-clientid//dhcpcd.h dhcpcd-3.2.3-netconfig//dhcpcd.h
--- dhcpcd-3.2.3-clientid//dhcpcd.h 2008-09-03 11:19:39.000000000 +0200
+++ dhcpcd-3.2.3-netconfig//dhcpcd.h 2008-09-03 11:33:21.000000000 +0200
@@ -164,5 +162,3 @@
int domscsr;

struct in_addr request_address;
-Only in dhcpcd-3.2.3-netconfig/: dhcpcd.h.orig
-Common subdirectories: dhcpcd-3.2.3-clientid//mk and dhcpcd-3.2.3-netconfig//mk




++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread