Bug 29858 - app-emacs/lookup cannot access ndtp server if net-misc/ndtpd is not installed
Bug#: 29858 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: usata@gentoo.org Reported By: masahiro@sol.cs.ritsumei.ac.jp
Component: Applications
URL: 
Summary: app-emacs/lookup cannot access ndtp server if net-misc/ndtpd is not installed
Keywords:  
Status Whiteboard: 
Opened: 2003-09-28 20:26 0000
Description:   Opened: 2003-09-28 20:26 0000
app-emacs/lookup do not write "2010 ndtp/tcp" on /etc/services.
net/misc/ndtpd write this entry, but ndtpd run another host, 
cannot use ndtp services.

Reproducible: Always
Steps to Reproduce:
1.comment out "2010 ndtp/tcp" on /etc/services
2.Reinstall app-emacs/lookup
3.

------- Comment #1 From Mamoru KOMACHI (RETIRED) 2003-09-29 02:12:51 0000 -------
I'll fix it soon ... I changed all client (R)DEPEND on net-misc/ndtpdto not
depend on it since they actually don't require ndtpd runningon the same host.
Probably I'd ask baselayout people to add ndtpentry to /etc/services but
app-emacs/lookup needs to add the entryuntil then.

------- Comment #2 From Mamoru KOMACHI (RETIRED) 2003-09-29 04:31:38 0000 -------
Committed. Thanks for reporting.