]> git.pld-linux.org Git - packages/bird.git/commitdiff
- add empty bird6.conf file
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 27 Jan 2012 11:37:57 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bird.spec -> 1.71

bird.spec

index 75c4a8b4e064805ac86c9b4cd6a20568ac06499e..99d1818d149c8a6d5da574bf4c0ea1f4341ef3c7 100644 (file)
--- a/bird.spec
+++ b/bird.spec
@@ -153,6 +153,7 @@ cat <<EOF > $RPM_BUILD_ROOT%{_sbindir}/birdc-6
 #!/bin/sh
 exec %{_sbindir}/birdc -s /var/run/bird6.ctl
 EOF
+:> $RPM_BUILD_ROOT%{_sysconfdir}/%{name}6.conf
 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}-ipv6
 install %{SOURCE4} $RPM_BUILD_ROOT/etc/sysconfig/%{name}-ipv6
 %endif
@@ -215,5 +216,5 @@ chgrp bird /etc/bird.conf
 %attr(755,root,root) %{_sbindir}/birdc-6
 %attr(754,root,root) /etc/rc.d/init.d/bird-ipv6
 %attr(644,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bird-ipv6
-#%attr(640,root,bird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bird-6.conf
+%attr(640,root,bird) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bird6.conf
 %endif
This page took 0.076637 seconds and 4 git commands to generate.