summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>2000-08-10 19:52:06 +0000
committerbillf <billf@FreeBSD.org>2000-08-10 19:52:06 +0000
commit6e74136b0a45b42d7437882a408b83d9f2c8be82 (patch)
tree258a6eb0408746b84ecf3e7e4f518885f033757b /etc
parent562b7d21d45d9bb90ca96e37c0cd9aa62ca5068a (diff)
downloadFreeBSD-src-6e74136b0a45b42d7437882a408b83d9f2c8be82.zip
FreeBSD-src-6e74136b0a45b42d7437882a408b83d9f2c8be82.tar.gz
make sshd follow the pattern of enable, program, flags like every
other entry does.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/rc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index a0ea9b1..c798459 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -133,8 +133,8 @@ pppoed_enable="NO" # Run the PPP over Ethernet daemon.
pppoed_provider="*" # Provider and ppp(8) config file entry.
pppoed_flags="-P /var/run/pppoed.pid" # Flags to pppoed (if enabled).
pppoed_interface="fxp0" # The interface that pppoed runs on.
-sshd_program="/usr/sbin/sshd" # path to sshd, if you want a different one.
sshd_enable="NO" # Enable sshd
+sshd_program="/usr/sbin/sshd" # path to sshd, if you want a different one.
sshd_flags="" # Additional flags for sshd.
### Network Time Services options: ###
OpenPOWER on IntegriCloud