From 9f19d8f9381242e451adbf16e50d323c410f3295 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 13 Sep 1995 17:47:55 +0000 Subject: [PATCH] bootpd can run from the shell, too, and thus lives in /usr/sbin, not /usr/libexec. --- etc/inetd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/inetd.conf b/etc/inetd.conf index 5e4b36b4f1f5..8d0fbc8bd1c2 100644 --- a/etc/inetd.conf +++ b/etc/inetd.conf @@ -15,7 +15,7 @@ finger stream tcp nowait nobody /usr/libexec/fingerd fingerd #tftp dgram udp wait root /usr/libexec/tftpd tftpd -s /tftpboot comsat dgram udp wait root /usr/libexec/comsat comsat ntalk dgram udp wait root /usr/libexec/ntalkd ntalkd -#bootps dgram udp wait root /usr/libexec/bootpd bootpd +#bootps dgram udp wait root /usr/sbin/bootpd bootpd # Internal services echo stream tcp nowait root internal discard stream tcp nowait root internal