diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-27 16:08:27 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-09-27 16:08:27 +0000 |
commit | 1c0038fd705e28af7b4b907742ef0c6b38b89cbf (patch) | |
tree | a4f217719c18d9f1f4f0e02c5864d82762d0f11c /etc | |
parent | 1475669b5213113a57db80e467b4f6285355e621 (diff) |
kill double whitespace, PR3934, for rea this time and without unrelated
changes
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.255 2004/09/27 16:06:20 henning Exp $ +# $OpenBSD: rc,v 1.256 2004/09/27 16:08:26 henning Exp $ # System startup script run by init on autoboot # or after single-user. @@ -370,7 +370,7 @@ echo clearing /tmp find . ! -name . ! -name lost+found ! -name quota.user \ ! -name quota.group -execdir rm -rf -- {} \; -type d -prune) -# create Unix sockets directories for X if needed and make sure they have +# create Unix sockets directories for X if needed and make sure they have # correct permissions if [ -d /usr/X11R6/lib ]; then for d in /tmp/.X11-unix /tmp/.ICE-unix ; do @@ -538,7 +538,7 @@ if [ "X${sendmail_flags}" != X"NO" -a -s /etc/mailer.conf ]; then echo -n ' sendmail'; ( /usr/sbin/sendmail ${sendmail_flags} >/dev/null 2>&1 & ) fi -if [ "X${httpd_flags}" != X"NO" ]; then +if [ "X${httpd_flags}" != X"NO" ]; then # Clean up left-over httpd locks rm -f /var/www/logs/{ssl_mutex,httpd.lock,accept.lock}.* echo -n ' httpd'; /usr/sbin/httpd ${httpd_flags} |