From a107a4c75eee07224b891539f5d5d7095e89786b Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Thu, 11 Jul 2002 08:27:24 +0000 Subject: [PATCH] www space no longer needs a dev/crypto --- src/etc/rc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index 980f2d30..41ae758f 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.199 2002/07/09 16:55:10 deraadt Exp $ +# $OpenBSD: rc,v 1.200 2002/07/11 08:27:24 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -489,9 +489,6 @@ fi if [ "X${httpd_flags}" != X"NO" ]; then # Clean up left-over httpd locks - if [ ! -c "/var/www/dev/crypto" ]; then - ( cd / ; pax -rw -pe dev/crypto /var/www ) - fi rm -f /var/www/logs/{ssl_mutex,httpd.lock,accept.lock}.* echo -n ' httpd'; /usr/sbin/httpd ${httpd_flags} fi