History log of /openbsd/etc/rc.d/sshd (Results 1 – 7 of 7)
Revision Date Author Comments
# 4b16c051 29-Aug-2022 ajacoutot <ajacoutot@openbsd.org>

Use rc_configtest.


# 99ca1a57 25-Jan-2020 sthen <sthen@openbsd.org>

sync rc.d/sshd with sshd proctitle change - listener has been modified to
keep command-line arguments again; ok aja@ djm@


# 3fc960bd 22-Jan-2020 sthen <sthen@openbsd.org>

update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener]
1 of 10-100 startups'). "makes sense" deraadt@

Beware if you have multiple sshd processes (e.g. on different ports) and
wan

update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener]
1 of 10-100 startups'). "makes sense" deraadt@

Beware if you have multiple sshd processes (e.g. on different ports) and
want to restart/stop just one - with the current proctitle there's no way
to distinguish between these so rc.d/rcctl will match all of them.

show more ...


# 9b592919 11-Jan-2018 rpe <rpe@openbsd.org>

Change the shebang line from /bin/sh to /bin/ksh in all base rc.d
daemon scripts.

discussed with and OK aja@
OK tb


# 49f6cf0e 15-Jul-2015 ajacoutot <ajacoutot@openbsd.org>

Fix base rc.d scripts after the recent rc.subr change.

ok halex@


# 47d73cb7 05-Feb-2013 halex <halex@openbsd.org>

Make sure new config is valid before SIGHUP'ing sshd, which would
otherwise just kill it.

ok ajacoutot@ djm@ pirofti@, quite some time ago


# 833ea469 06-Jul-2011 robert <robert@openbsd.org>

Add rc.d(8) script for the system daemons that are restartable.
From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwho

Add rc.d(8) script for the system daemons that are restartable.
From now on rc(8) is going to call these scripts to start them up on boot
in the same order than before.
In addition the inetd and rwhod variables in rc.conf are deprecated so that
inetd_flags and rwhod_flags should be used. The old flags are still going
to be used for some time to allow users to switch.
There are more rc modifications to come later so let's put this in so
we can base more work on this.
It is important to mention that you can still keep using rc.local just
like the way you did before, and we have no intention to remove that either.

I'd also like to thank ajacoutot@, halex@, sthen@ and schwarze@ for working
on this with me.

show more ...