summaryrefslogtreecommitdiff
path: root/etc/rc.local
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-07 16:32:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-04-07 16:32:56 +0000
commit7360fa577b7e56dc2d648f4ee6f0d07f394a7d17 (patch)
treec7fe3a2349ae59dff7877c653097eff77f841265 /etc/rc.local
parent7d9e37a00875e7e4369e1de231fc49f0f33e08fa (diff)
add commented 2022 sshd startup
Diffstat (limited to 'etc/rc.local')
-rw-r--r--etc/rc.local3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.local b/etc/rc.local
index d091af217df..18a912d93d2 100644
--- a/etc/rc.local
+++ b/etc/rc.local
@@ -1,4 +1,4 @@
-# $OpenBSD: rc.local,v 1.21 1998/04/07 06:11:55 deraadt Exp $
+# $OpenBSD: rc.local,v 1.22 1998/04/07 16:32:55 deraadt Exp $
# site-specific startup actions, daemons, and other things which
# can be done AFTER your system goes into securemode. For actions
@@ -12,6 +12,7 @@ echo -n 'starting local daemons:'
if [ -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