diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:30:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-09-06 21:30:23 +0000 |
commit | 9f46e115c26fbd054323a6bc806901a5600c0516 (patch) | |
tree | c0e8f9ef241e3fa7085f6f7cefb6b42b718aa1b8 /etc/rc | |
parent | ed88179976782664d762bbd9a33732c8c68d78db (diff) |
more photuris bits by bye bye
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -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. |