summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2002-10-06 19:09:21 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2002-10-06 19:09:21 +0000
commit32bbd11329f8ecadf192953879bdd4540547cdb8 (patch)
tree724be217141ca8606cb9069ede4274401f607662 /etc
parentd90952f40d1d7ff142563bde2606a57c9e21cfba (diff)
Remove more remnants of smtpfwdd. ok deraadt@.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/rc b/etc/rc
index 570d2cfe0dc..a0401c29561 100644
--- a/etc/rc
+++ b/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