Browse Source

Remove more remnants of smtpfwdd. ok deraadt@.

OPENBSD_3_3
krw 22 years ago
parent
commit
d6c3182abd
1 changed files with 1 additions and 8 deletions
  1. +1
    -8
      src/etc/rc

+ 1
- 8
src/etc/rc View File

@ -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


Loading…
Cancel
Save