Hi! I think you loose it after some updates. Both 11-stable and current
contains it:
https://svnweb.freebsd.org/base/head/etc/rc.d/inetd?view=log
https://svnweb.freebsd.org/base/stable/11/etc/rc.d/inetd?view=log
Check your src tree and install it.
03.04.2017 17:00, tech-lists пишет:
Hello current@,
From https://www.freebsd.org/doc/handbook/network-inetd.html I should be
able to start inetd like this:
service inetd start
...after enabling it in /etc/rc.conf. The inetd options look like this:
inetd_enable="YES"
inetd_program="/usr/sbin/inetd"
inetd_flags="-wW -C 60"
The problem is that the startup script doesn't exist in /etc/rc.d. I get
this error:
# service inetd start
inetd does not exist in /etc/rc.d or the local startup
directories (/usr/local/etc/rc.d), or is not executable
and the lines in rc.conf have no effect (inetd doesn't start).
I can, however, start it manually, as root, like this:
# inetd -wW -C 60
and it runs as expected.
This problem exists in 11-stable as well as -current. How can I fix this
please?
thanks,
--
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"