From d6c3182abd6becfd021dd7e8731a9806c8971093 Mon Sep 17 00:00:00 2001 From: krw <> Date: Sun, 6 Oct 2002 19:09:20 +0000 Subject: [PATCH] Remove more remnants of smtpfwdd. ok deraadt@. --- src/etc/rc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 570d2cfe..a0401c29 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.205 2002/09/12 18:21:48 millert Exp $ +# $OpenBSD: rc,v 1.206 2002/10/06 19:09:20 krw Exp $ # System startup script run by init on autoboot # or after single-user. @@ -506,13 +506,6 @@ if [ "X${identd_flags}" != X"NO" ]; then echo -n ' identd'; /usr/libexec/identd ${identd_flags} fi -# $smtpfwdd_flags is imported from /etc/rc.conf; -# If $smtpfwdd_flags == NO, smtpfwdd isn't run. -if [ "X${smtpfwdd_flags}" != X"NO" ]; then - echo -n ' smtpfwdd'; /usr/libexec/smtpfwdd ${smtpfwdd_flags} -fi - - if [ X${inetd} = X"YES" -a -e /etc/inetd.conf ]; then echo -n ' inetd'; inetd fi