=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/rc,v retrieving revision 1.343 retrieving revision 1.344 diff -u -r1.343 -r1.344 --- src/etc/rc 2010/10/26 20:56:03 1.343 +++ src/etc/rc 2010/11/02 18:59:12 1.344 @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.343 2010/10/26 20:56:03 robert Exp $ +# $OpenBSD: rc,v 1.344 2010/11/02 18:59:12 deraadt Exp $ # System startup script run by init on autoboot # or after single-user. @@ -643,7 +643,7 @@ echo -n starting network daemons: if [ X"${sshd_flags}" != X"NO" ]; then - echo -n ' sshd'; /usr/sbin/sshd ${sshd_flags}; + echo -n ' sshd'; /usr/sbin/sshd ${sshd_flags} fi if [ X"${snmpd_flags}" != X"NO" ]; then @@ -715,7 +715,7 @@ fi if [ X"${hostapd_flags}" != X"NO" ]; then - echo -n ' hostapd'; /usr/sbin/hostapd ${hostapd_flags}; + echo -n ' hostapd'; /usr/sbin/hostapd ${hostapd_flags} fi if [ X"${bt}" != X"NO" ]; then @@ -735,7 +735,7 @@ fi if [ X"${ldapd_flags}" != X"NO" ]; then - echo -n ' ldapd'; /usr/sbin/ldapd ${ldapd_flags}; + echo -n ' ldapd'; /usr/sbin/ldapd ${ldapd_flags} fi # We call sendmail with a full path so that SIGHUP works.