]> git.pld-linux.org Git - packages/bind.git/commitdiff
- drop filesystem symlink for named-compilezone.8
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 8 Mar 2007 11:40:47 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bind.spec -> 1.241

bind.spec

index c3430ce2279f3a079f959cd448e6676cf0debb44..f16cb58e992cc70cd80d05cd0d9e4e2ec22489e6 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -394,6 +394,9 @@ touch $RPM_BUILD_ROOT%{_var}/lib/named/{named.{log,stats},dev/{random,null}}
 %{?with_ldap:install -d $RPM_BUILD_ROOT%{_datadir}/openldap/schema}
 %{?with_ldap:install %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/openldap/schema/dnszone.schema}
 
+rm -f $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8
+echo ".so named-checkzone.8" > $RPM_BUILD_ROOT%{_mandir}/man8/named-compilezone.8
+
 # we don't want Makefiles in documentation...
 # FIXME: breaks re-entrant install
 rm -f doc/misc/Makefile*
This page took 0.095863 seconds and 4 git commands to generate.