Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 1896

Summary: net-misc/netkit-telnetd ebuild incomplete
Product: Gentoo Linux Reporter: set_48035
Component: New packagesAssignee: Matthew Kennedy (RETIRED) <mkennedy>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.1a   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: updated ebuild

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!