]> git.pld-linux.org Git - packages/dhcpv6.git/commitdiff
- added Source2 - init script for _client package
authordarekr <darekr@pld-linux.org>
Tue, 20 Sep 2005 11:33:06 +0000 (11:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel. 0.6, nfy

Changed files:
    dhcpv6.spec -> 1.12

dhcpv6.spec

index be93d588ecba9891b8f146620eedf32c9639afb1..8398fda30c82c6a33a5bd246b134c3a5bb64695f 100644 (file)
@@ -2,12 +2,13 @@ Summary:      DHCPv6 - DHCP server and client for IPv6
 Summary(pl):   DHCPv6 - serwer i klient DHCP dla IPv6
 Name:          dhcpv6
 Version:       0.10
-Release:       0.5
+Release:       0.6
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://dl.sourceforge.net/dhcpv6/dhcp-%{version}.tgz
 # Source0-md5: 72b802d6c89e15e5cf6b0aecf46613f2
 Source1:       dhcp6s.init
+Source2:       dhcp6c.init
 Patch0:                %{name}-initscripts.patch
 Patch1:                %{name}-DESTDIR.patch
 Patch2:                %{name}-Makefile.patch
@@ -75,6 +76,7 @@ install -d $RPM_BUILD_ROOT%{_localstatedir}/lib/dhcpv6
 
 install        dhcp6relay.8    $RPM_BUILD_ROOT%{_mandir}/man8
 install %{SOURCE1}     $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcp6s
+install %{SOURCE2}     $RPM_BUILD_ROOT/etc/rc.d/init.d/dhcp6c
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.122359 seconds and 4 git commands to generate.