diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 07:55:18 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-03-05 07:55:18 +0100 |
commit | 49a098d1b202f9c6cc6c7a3e5e84ec9910a963db (patch) | |
tree | 15e368ca5d8f750250ebcfe49f4c62d4b079fce0 /sshd.8 | |
parent | - markus@cvs.openbsd.org 2001/03/01 22:46:37 (diff) | |
download | openssh-49a098d1b202f9c6cc6c7a3e5e84ec9910a963db.tar.xz openssh-49a098d1b202f9c6cc6c7a3e5e84ec9910a963db.zip |
- deraadt@cvs.openbsd.org 2001/03/02 06:21:01
[sshd.8]
explain SIGHUP better
Diffstat (limited to 'sshd.8')
-rw-r--r-- | sshd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.96 2001/02/22 21:57:27 markus Exp $ +.\" $OpenBSD: sshd.8,v 1.97 2001/03/02 06:21:01 deraadt Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -174,7 +174,9 @@ configuration file. .Pp .Nm rereads its configuration file when it receives a hangup signal, -.Dv SIGHUP . +.Dv SIGHUP , +by executing itself with the name it was started as, ie. +.Pa /usr/sbin/sshd . .Pp The options are as follows: .Bl -tag -width Ds |