Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 1896 - net-misc/netkit-telnetd ebuild incomplete
Summary: net-misc/netkit-telnetd ebuild incomplete
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-18 00:45 UTC by set_48035
Modified: 2003-02-04 19:42 UTC (History)
0 users

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


Attachments
updated ebuild (netkit-telnetd-0.17-r3.ebuild,1.44 KB, text/plain)
2002-04-18 00:48 UTC, set_48035
Details

Note You need to log in before you can comment on or make changes to this bug.
Description set_48035 2002-04-18 00:45:57 UTC
The netkit-telnetd ebuild does not install the man page for issue.net(5)
This minor tweak fixes that, and adds a commented out sample /etc/issue.net
Here is a diff for overview, I will add an attachment of the complete
ebuild. I suggest netkit-telnetd-0.17-r3.

Paul

ps. The actual package is named netkit-telnet-0.17. (not telnetd) in its
native state.

--- netkit-telnetd-0.17-r2.ebuild       Fri Apr  5 02:49:58 2002
+++ netkit-telnetd-0.17-r3.ebuild       Thu Apr 18 01:11:33 2002
@@ -28,6 +28,12 @@
 }
 
 src_install() {
+       dodir /etc
+       echo '# Example /etc/issue.net(5)
+#
+#This is %h running %s:%r on a %m
+#You are on /dev/ttyp%t at %d' > ${D}/etc/issue.net
+
        into /usr
        dobin telnet/telnet
        #that's it if we're going on a build image
@@ -38,6 +44,7 @@
        dosbin telnetlogin/telnetlogin
        doman telnet/telnet.1
        doman telnetd/*.8
+       doman telnetd/issue.net.5
        dosym telnetd.8.gz /usr/share/man/man8/in.telnetd.8.gz
        doman telnetlogin/telnetlogin.8
        dodoc BUGS ChangeLog README
Comment 1 set_48035 2002-04-18 00:48:32 UTC
Created attachment 603 [details]
updated ebuild
Comment 2 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-02 00:10:51 UTC
resolved in cvs, thanks for the bug report!