From jgabel@thilelli.net  Wed Sep 17 14:19:50 2003
Return-Path: <jgabel@thilelli.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP
	id F2D0E16A4B3; Wed, 17 Sep 2003 14:19:49 -0700 (PDT)
Received: from smtp.thilelli.net (juliengabel.net1.nerim.net [62.212.119.84])
	by mx1.FreeBSD.org (Postfix) with ESMTP
	id C810B43FCB; Wed, 17 Sep 2003 14:19:48 -0700 (PDT)
	(envelope-from jgabel@thilelli.net)
Received: from localhost (localhost.thilelli.net [127.0.0.1])
	by bento.thilelli.net (Postfix) with ESMTP
	id 18AB2241E1; Wed, 17 Sep 2003 23:19:47 +0200 (CEST)
Received: from bento.thilelli.net ([127.0.0.1])
 by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 08786-03; Wed, 17 Sep 2003 23:19:46 +0200 (CEST)
Received: from titeuf.thilelli.net (titeuf.thilelli.net [192.168.0.97])
	by bento.thilelli.net (Postfix) with ESMTP
	id B85BD241A8; Wed, 17 Sep 2003 23:19:46 +0200 (CEST)
Received: by titeuf.thilelli.net (Postfix, from userid 10000)
	id 734714386; Wed, 17 Sep 2003 23:19:46 +0200 (CEST)
Message-Id: <20030917211946.734714386@titeuf.thilelli.net>
Date: Wed, 17 Sep 2003 23:19:46 +0200 (CEST)
From: Julien Gabel <jpeg@thilelli.net>
Reply-To: Julien Gabel <jpeg@thilelli.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc: security-officer@freebsd.org
Subject: Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         56963
>Category:       docs
>Synopsis:       Little mistake in "FreeBSD Security Advisory FreeBSD-SA-03:12.openssh" advisory.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    so
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Sep 17 14:20:22 PDT 2003
>Closed-Date:    Wed Sep 17 14:28:48 PDT 2003
>Last-Modified:  Wed Sep 17 14:28:48 PDT 2003
>Originator:     Julien Gabel
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD titeuf.thilelli.net 5.1-RELEASE FreeBSD 5.1-RELEASE #2: Wed Jun 18 22:54:45 CEST 2003 root@titeuf.thilelli.net:/usr/obj/usr/src/sys/TITEUF i386


	
>Description:
	The FreeBSD-SA-03:12.openssh advisory contain a mistake on the proposed command line
	to restart the sshd daemon (patches version ; opposed to the make world version).
	[For OpenSSH included in the base system]
>How-To-Repeat:
	Read: ftp://ftp.freebsd.org/pub/FreeBSD/CERT/advisories/FreeBSD-SA-03%3A12.openssh.asc, and
	especially the V.2 section.
>Fix:
	Change the actual command line: # (. /etc/rc.conf && ${sshd_program:-/usr/bin/sshd} ${sshd_flags})
	To: # (. /etc/rc.conf && ${sshd_program:-/usr/sbin/sshd} ${sshd_flags})
	


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->so 
Responsible-Changed-By: ceri 
Responsible-Changed-When: Wed Sep 17 14:23:48 PDT 2003 
Responsible-Changed-Why:  
Assign to the security officer. 

In case you can't see the change (took me a lot of squinting to find it), 
it's that sshd is in /usr/sbin, not /usr/bin. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56963 
State-Changed-From-To: open->closed 
State-Changed-By: nectar 
State-Changed-When: Wed Sep 17 14:28:21 PDT 2003 
State-Changed-Why:  
This was updated in the security advisory yesterday. 
It will be mailed out later today. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=56963 
>Unformatted:
