summaryrefslogtreecommitdiff
path: root/etc/rc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 21:30:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 21:30:23 +0000
commit9f46e115c26fbd054323a6bc806901a5600c0516 (patch)
treec0e8f9ef241e3fa7085f6f7cefb6b42b718aa1b8 /etc/rc
parented88179976782664d762bbd9a33732c8c68d78db (diff)
more photuris bits by bye bye
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.