From 1b367cbeda9447d771b09831c1e9c83cadbee55e Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 13 Dec 2020 21:35:26 +0100 Subject: examples: remove /sbin/ prefixes, system should be configured with $PATH to find utilities Signed-off-by: Denys Vlasenko --- examples/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/inetd.conf') diff --git a/examples/inetd.conf b/examples/inetd.conf index ca7e3d8e1..78b10e3ac 100644 --- a/examples/inetd.conf +++ b/examples/inetd.conf @@ -31,7 +31,7 @@ time dgram udp wait root internal #ftp stream tcp nowait root /usr/sbin/tcpd in.ftpd #telnet stream tcp nowait root /sbin/telnetd /sbin/telnetd #nntp stream tcp nowait root tcpd in.nntpd -#smtp stream tcp nowait root tcpd sendmail -v +#smtp stream tcp nowait root tcpd sendmail -v # # Shell, login, exec and talk are BSD protocols. # -- cgit v1.2.3