Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6590 - UDPATE: bind-9.2.2_rc1.ebuild with 'doc' enabled
Summary: UDPATE: bind-9.2.2_rc1.ebuild with 'doc' enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL:
Whiteboard:
Keywords:
: 6598 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-16 09:15 UTC by Maurizio Disimino
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
'doc' enabled bind-9.2.2_rc1.ebuild (bind-9.2.2_rc1.ebuild,3.78 KB, text/plain)
2002-08-16 09:15 UTC, Maurizio Disimino
Details
bind-9.2.2_rc1.ebuild (bind-9.2.2_rc1.ebuild,3.79 KB, text/plain)
2002-08-16 14:06 UTC, Maurizio Disimino
Details
localhost zone file (localhost,432 bytes, text/plain)
2002-08-16 14:09 UTC, Maurizio Disimino
Details
127.0.0 conf (127.0.0,231 bytes, text/plain)
2002-08-16 14:10 UTC, Maurizio Disimino
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Maurizio Disimino 2002-08-16 09:15:19 UTC
Changes:

use doc && {
        docinto misc ; dodoc doc/misc/*
        docinto html ; dodoc doc/arm/*
        docinto draft ; dodoc doc/draft/*
        docinto rfc ; dodoc doc/rfc/*
        docinto contrib ; dodoc contrib/named-bootconf/named-bootconf.sh \
                contrib/nanny/nanny.pl
        }

Ebuild attached
Comment 1 Maurizio Disimino 2002-08-16 09:15:54 UTC
Created attachment 3134 [details]
'doc' enabled bind-9.2.2_rc1.ebuild
Comment 2 Maurizio Disimino 2002-08-16 14:06:17 UTC
Created attachment 3138 [details]
bind-9.2.2_rc1.ebuild

ebuild didn't copy ${FILESDIR}/localhost to /etc/bind/pri
btw, this problem belogs to precedent versions.
This ebuils also contains 'doc' enhancements.
Comment 3 Maurizio Disimino 2002-08-16 14:09:37 UTC
Created attachment 3139 [details]
localhost zone file

This file should replace ${FILESDIR}/localhost
Contains some fixes.
Comment 4 Maurizio Disimino 2002-08-16 14:10:32 UTC
Created attachment 3140 [details]
127.0.0 conf

This file should replace ${FILESDIR}/127.0.0
Serial number fixed.
Comment 5 Maurizio Disimino 2002-08-16 14:12:17 UTC
Ximian bind # tail -f /var/log/daemon.log
Aug 16 21:08:14 Ximian named[13180]: starting BIND 9.2.2rc1 -u named -n 1
Aug 16 21:08:14 Ximian named[13180]: using 1 CPU
Aug 16 21:08:14 Ximian named[13185]: loading configuration from
'/etc/bind/named.conf'
Aug 16 21:08:14 Ximian named[13185]: no IPv6 interfaces found
Aug 16 21:08:14 Ximian named[13185]: listening on IPv4 interface lo, 127.0.0.1#53
Aug 16 21:08:14 Ximian named[13185]: listening on IPv4 interface eth0,
192.168.254.1#53
Aug 16 21:08:14 Ximian named[13185]: command channel listening on 127.0.0.1#953
Aug 16 21:08:14 Ximian named[13185]: zone 0.0.127.in-addr.arpa/IN: loaded serial
2002081601
Aug 16 21:08:14 Ximian named[13185]: zone localhost/IN: loaded serial 2002081601
Aug 16 21:08:14 Ximian named[13185]: running

Bug 6598 can be closed.
Comment 6 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-16 20:27:31 UTC
*** Bug 6598 has been marked as a duplicate of this bug. ***
Comment 7 Seemant Kulleen (RETIRED) gentoo-dev 2002-08-16 20:56:25 UTC
thanks again j2ee