]> git.pld-linux.org Git - packages/dhcpcd.git/commitdiff
- dhcpcd.sh is back (see r1.57); rel 2 auto/ac/dhcpcd-3_1_8-2
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Nov 2007 20:52:29 +0000 (20:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcpcd.spec -> 1.84

dhcpcd.spec

index ded3a9332de76a60ac22747687848e5e31b31275..abb2d8f510d7f6a4c42410335e8ce21efe34d208 100644 (file)
@@ -7,7 +7,7 @@ Summary(pt_BR.UTF-8):   Servidor DHCPC
 Summary(tr.UTF-8):     DHCPC sunucu süreçi (daemon)
 Name:          dhcpcd
 Version:       3.1.8
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Networking/Daemons
 #Source0Download: http://developer.berlios.de/project/filelist.php?group_id=4229
@@ -99,19 +99,23 @@ kira zamanını (lease time) yenilemeye çalışır.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/var/lib/dhcpc
+install -d $RPM_BUILD_ROOT{%{_sysconfdir},/var/lib/dhcpc}
 
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT \
        mandir=%{_mandir} \
        sbindir=%{_sbindir}
 
+# do not put executable bit here when installing
+cp -a dhcpcd.sh $RPM_BUILD_ROOT%{_sysconfdir}/dhcpcd.sh
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog
+%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/dhcpcd.sh
 %attr(755,root,root) %{_sbindir}/dhcpcd
 %dir %{_var}/lib/dhcpc
 %{_mandir}/man8/dhcpcd.8*
This page took 0.043616 seconds and 4 git commands to generate.