diff options
Diffstat (limited to 'etc/rc')
-rw-r--r-- | etc/rc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.92 1998/11/03 05:10:41 downsj Exp $ +# $OpenBSD: rc,v 1.93 1998/11/11 09:22:49 downsj Exp $ # System startup script run by init on autoboot # or after single-user. @@ -373,6 +373,10 @@ if [ "X${httpd_flags}" != X"NO" ]; then echo -n ' httpd'; /usr/sbin/httpd ${httpd_flags} fi +if [ "X${ftpd_flags}" != X"NO" ]; then + echo -n ' ftpd'; /usr/libexec/ftpd ${ftpd_flags} +fi + # $smtpfwdd_flags is imported from /etc/rc.conf; # If $smtpfwdd_flags == NO, smtpfwdd isn't run. if [ "X${smtpfwdd_flags}" != X"NO" ]; then |