summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc')
-rw-r--r--etc/rc9
1 files changed, 1 insertions, 8 deletions
diff --git a/etc/rc b/etc/rc
index 7983b28cdd6..efb8630dae6 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.203 2002/08/20 08:42:59 hugh Exp $
+# $OpenBSD: rc,v 1.204 2002/09/06 21:30:22 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -215,13 +215,6 @@ if [ "X${named_flags}" != X"NO" ]; then
echo 'starting named'; named $named_flags
fi
-# $photurisd_flags is imported from /etc/rc.conf;
-# If $photurisd_flags == NO or /etc/photuris/photuris.conf doesn't exist, then
-# photurisd isn't run.
-if [ "X${photurisd_flags}" != X"NO" -a -e /etc/photuris/photuris.conf ]; then
- echo 'starting photurisd'; photurisd ${photurisd_flags}
-fi
-
# $isakmpd_flags is imported from /etc/rc.conf;
# If $isakmpd_flags == NO or /etc/isakmpd/isakmpd.policy doesn't exist, then
# isakmpd isn't run.