Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ca693d079b8357d2c26255a3631d5d03d40d4805
commit ca693d079b8357d2c26255a3631d5d03d40d4805 Author: Christian Hamar alias krix <[EMAIL PROTECTED]> Date: Wed Dec 19 12:06:44 2007 +0100 dhcpcd-3.1.8-1-x86_64 * Version bump * Modified patch for new upstream diff --git a/source/base/dhcpcd/FrugalBuild b/source/base/dhcpcd/FrugalBuild index eb51c58..34cc740 100644 --- a/source/base/dhcpcd/FrugalBuild +++ b/source/base/dhcpcd/FrugalBuild @@ -2,7 +2,7 @@ # Maintainer: AlexExtreme <[EMAIL PROTECTED]> pkgname=dhcpcd -pkgver=3.1.7 +pkgver=3.1.8 pkgrel=1 pkgdesc="A DHCP client daemon" url="http://dhcpcd.berlios.de" @@ -14,8 +14,8 @@ _F_berlios_ext=".tar.bz2" Finclude berlios source=([EMAIL PROTECTED] dhcpcd-3.0.17-service-paths.patch \ dhcpcd-3.0.2-dont-log-to-stdout.patch) -sha1sums=('d8ccca65f9c576eaf39f0a4edb2c087e95fc6314' \ - '661bacf94b26bec5ae8f9fe27083adb03ea5c5b4' \ +sha1sums=('528b43049d5c7646d78108aa2043897df7f8d1f9' \ + 'de3022c0b006ea0c1bbe8ea5873632d3394f50ef' \ '171e1b8bffe2b9c12744029cb516d7c245c8770b') build() { diff --git a/source/base/dhcpcd/dhcpcd-3.0.17-service-paths.patch b/source/base/dhcpcd/dhcpcd-3.0.17-service-paths.patch index 211dae0..c9807a3 100644 --- a/source/base/dhcpcd/dhcpcd-3.0.17-service-paths.patch +++ b/source/base/dhcpcd/dhcpcd-3.0.17-service-paths.patch @@ -1,17 +1,21 @@ -diff -Naur dhcpcd-3.1.5.orig/config.h dhcpcd-3.1.5/config.h ---- dhcpcd-3.1.5.orig/config.h 2007-08-26 22:04:38.000000000 +0200 -+++ dhcpcd-3.1.5/config.h 2007-08-26 22:05:56.000000000 +0200 -@@ -61,11 +61,11 @@ - #define NTPFILE ETCDIR "/ntp.conf" - #define NTPDRIFTFILE ETCDIR "/ntp.drift" - #define NTPLOGFILE "/var/log/ntp.log" --#define NTPSERVICE ETCDIR "/init.d/ntpd" -+#define NTPSERVICE ETCDIR "/rc.d/rc.ntpd" - #define NTPRESTARTARGS "--nodeps", "--quiet", "conditionalrestart" - - #define OPENNTPFILE ETCDIR "/ntpd.conf" --#define OPENNTPSERVICE ETCDIR "/init.d/ntpd" -+#define OPENNTPSERVICE ETCDIR "/rc.d/rc.ntpd" - #define OPENNTPRESTARTARGS "--nodeps", "--quiet", "conditionalrestart" - - #define DEFAULT_SCRIPT ETCDIR "/" PACKAGE ".sh" +diff -Naur dhcpcd-3.1.8.orig/config.h dhcpcd-3.1.8/config.h +--- dhcpcd-3.1.8.orig/config.h 2007-12-19 12:02:56.000000000 +0100 ++++ dhcpcd-3.1.8/config.h 2007-12-19 12:03:36.000000000 +0100 +@@ -72,7 +72,7 @@ + # define SERVICE "OPENRC" + # define NISSERVICE ETCDIR "/init.d/ypbind" + # define NISRESTARTARGS "--nodeps", "--quiet", "conditionalrestart" +-# define NTPSERVICE ETCDIR "/init.d/ntpd" ++# define NTPSERVICE ETCDIR "/rc.d/ntpd" + # define NTPRESTARTARGS "--nodeps", "--quiet", "conditionalrestart" + #elif ENABLE_BSDRC + # define SERVICE "BSDRC" +@@ -96,7 +96,7 @@ + # define SERVICE "SYSV" + # define NISSERVICE ETCDIR "/init.d/ypbind" + # define NISRESTARTARGS "restart" +-# define NTPSERVICE ETCDIR "/init.d/ntpd" ++# define NTPSERVICE ETCDIR "/rc.d/ntpd" + # define NTPRESTARTARGS "restart" + #else + # undef ENABLE_NIS _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
