]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- rel.4 - it's daemon -> log with daemon facility auto/th/dhcpcd-3_1_8-4 auto/ti/dhcpcd-3_1_8-4
authorPaweł Gołaszewski <blues@pld-linux.org>
Wed, 26 Dec 2007 23:31:39 +0000 (23:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd-daemon_facility.patch -> 1.1
    dhcpcd.spec -> 1.86

dhcpcd-daemon_facility.patch [new file with mode: 0644]
dhcpcd.spec

diff --git a/dhcpcd-daemon_facility.patch b/dhcpcd-daemon_facility.patch
new file mode 100644 (file)
index 0000000..a06b392
--- /dev/null
@@ -0,0 +1,11 @@
+--- ./dhcpcd.c.org     2007-11-15 18:58:12.000000000 +0100
++++ ./dhcpcd.c 2007-12-27 00:17:56.000000000 +0100
+@@ -162,7 +162,7 @@
+       for (i = getdtablesize() - 1; i >= 3; --i)
+               close (i);
+-      openlog (PACKAGE, LOG_PID, LOG_LOCAL0);
++      openlog (PACKAGE, LOG_PID, LOG_DAEMON);
+       options = xmalloc (sizeof (options_t));
+       memset (options, 0, sizeof (options_t));
index 4d9f4b400e8a710822efc1f2594d93c4e152d684..1a220bb43e9ebfb221a47db05bbda74f0c68c751 100644 (file)
@@ -7,13 +7,14 @@ Summary(pt_BR.UTF-8): Servidor DHCPC
 Summary(tr.UTF-8):     DHCPC sunucu süreçi (daemon)
 Name:          dhcpcd
 Version:       3.1.8
-Release:       3
+Release:       4
 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: 6332c695e28100acbb84730e7ff7f6e9
 Patch0:                %{name}-ntp-path.patch
+Patch1:                %{name}-daemon_facility.patch
 URL:           http://developer.berlios.de/projects/dhcpcd/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -88,6 +89,7 @@ kira zamanını (lease time) yenilemeye çalışır.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 %{__make} \
This page took 0.071485 seconds and 4 git commands to generate.