diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-11 08:27:25 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-07-11 08:27:25 +0000 |
commit | 1e5cb1acad762f1375ee861d496e802627377fd7 (patch) | |
tree | 6e27f557717a0af5af425c3ab09c5fbca01b8f12 | |
parent | 29c15dc7f169bf54b66b213bbb9d03ecce43722c (diff) |
www space no longer needs a dev/crypto
-rw-r--r-- | etc/rc | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |