make sshd follow the pattern of enable, program, flags like every

other entry does.
This commit is contained in:
billf 2000-08-10 19:52:06 +00:00
parent 4b7ae9e455
commit 2efc0be3d2

View File

@ -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: ###