]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- Version 3.0.10-1. STBR for AC. auto/ac/dhcpcd-3_0_10-1 auto/th/dhcpcd-3_0_10-1
authorMateusz Korniak <matkor@pld-linux.org>
Wed, 7 Feb 2007 11:01:33 +0000 (11:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-ntp-path.patch -> 1.3
    dhcpcd.spec -> 1.70

dhcpcd-ntp-path.patch
dhcpcd.spec

index a5a5c18e9898748d8d03e15da4303a5209139bd7..e0a0a83a5922acdd82a622d6583e9e7602833927 100644 (file)
@@ -1,13 +1,13 @@
---- pathnames.h        2006-11-27 21:45:26.000000000 +0100
-+++ pathnames.h-new    2006-12-06 05:49:54.000000000 +0100
-@@ -27,8 +27,8 @@
- #define ETCDIR                        "/etc"
- #define RESOLVFILE            ETCDIR "/resolv.conf"
- #define NISFILE                       ETCDIR "/yp.conf"
+--- dhcpcd-3.0.10/pathnames.h.ntp-path 2007-02-07 11:35:47.000000000 +0100
++++ dhcpcd-3.0.10/pathnames.h  2007-02-07 11:36:43.000000000 +0100
+@@ -33,8 +33,8 @@
+ #define NISSERVICE            ETCDIR "/init.d/ypbind"
+ #define NISRESTARTARGS                "--quiet", "conditionalrestart"
 -#define NTPFILE                       ETCDIR "/ntp.conf"
 -#define NTPDRIFTFILE          ETCDIR "/ntp.drift"
-+#define NTPFILE                       ETCDIR "/ntp/conf"
++#define NTPFILE                       ETCDIR "/ntp/ntp.conf"
 +#define NTPDRIFTFILE          ETCDIR "/ntp/drift"
- #define DEFAULT_SCRIPT                ETCDIR "/" PACKAGE ".sh"
- #define STATEDIR              "/var"
+ #define NTPLOGFILE            "/var/log/ntp.log"
+ #define NTPSERVICE            ETCDIR "/init.d/ntpd"
+ #define NTPRESTARTARGS                "--quiet", "conditionalrestart"
index 78a7b8fec78ef32f4989c67b5d9896cd8020a310..13ffd2c1506f930171d79a217910390ac5056378 100644 (file)
@@ -6,13 +6,13 @@ Summary(pl):  Klient (daemon) DHCP
 Summary(pt_BR):        Servidor DHCPC
 Summary(tr):   DHCPC sunucu süreçi (daemon)
 Name:          dhcpcd
-Version:       3.0.9
+Version:       3.0.10
 Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 #Source0Download: http://developer.berlios.de/project/filelist.php?group_id=4229
 Source0:       http://download.berlios.de/dhcpcd/%{name}-%{version}.tar.bz2
-# Source0-md5: 1e540247340ca2a59c48fa2afcc3b6d9
+# Source0-md5: b61c176447e5988294ec8a36cdf00f04
 Patch0:                %{name}-ntp-path.patch
 URL:           http://developer.berlios.de/projects/dhcpcd/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -87,7 +87,7 @@ kira zaman
 
 %prep
 %setup -q
-%patch0 -p0
+%patch0 -p1
 
 %build
 %{__make} \
This page took 0.162291 seconds and 4 git commands to generate.