Browse Source

ssh part of base system

OPENBSD_2_6
deraadt 25 years ago
parent
commit
3f006e1a86
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      src/etc/rc.local

+ 1
- 6
src/etc/rc.local View File

@ -1,4 +1,4 @@
# $OpenBSD: rc.local,v 1.26 1999/06/12 21:17:23 angelos Exp $
# $OpenBSD: rc.local,v 1.27 1999/09/28 07:19:41 deraadt Exp $
# site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode. For actions
@ -10,11 +10,6 @@
echo -n 'starting local daemons:'
if [ X"${sshd}" == X"YES" -a -x /usr/local/sbin/sshd ]; then
echo -n ' sshd'; /usr/local/sbin/sshd
#echo -n ' sshd2022'; /usr/local/sbin/sshd -p 2022
fi
if [ -x /usr/local/sbin/cfsd ]; then
if ps auxc | grep -q '^ *root .* mountd$'; then
echo -n ' cfsd'; /usr/local/sbin/cfsd >/dev/null 2>&1


Loading…
Cancel
Save