svn commit: r321578 - in head/security/openssh-portable: . files

Bryan Drewery bdrewery at FreeBSD.org
Sat Jun 22 15:11:31 UTC 2013


Author: bdrewery
Date: Sat Jun 22 15:11:30 2013
New Revision: 321578
URL: http://svnweb.freebsd.org/changeset/ports/321578

Log:
  - In rc script, be consistent in reload and check for and generate keys
    if needed, as well as checking for port collision with base sshd.
  
  Reported by:	delphij

Modified:
  head/security/openssh-portable/Makefile
  head/security/openssh-portable/files/openssh.in

Modified: head/security/openssh-portable/Makefile
==============================================================================
--- head/security/openssh-portable/Makefile	Sat Jun 22 15:04:02 2013	(r321577)
+++ head/security/openssh-portable/Makefile	Sat Jun 22 15:11:30 2013	(r321578)
@@ -3,7 +3,7 @@
 
 PORTNAME=	openssh
 DISTVERSION=	6.2p2
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES=	security ipv6
 MASTER_SITES=	${MASTER_SITE_OPENBSD}

Modified: head/security/openssh-portable/files/openssh.in
==============================================================================
--- head/security/openssh-portable/files/openssh.in	Sat Jun 22 15:04:02 2013	(r321577)
+++ head/security/openssh-portable/files/openssh.in	Sat Jun 22 15:11:30 2013	(r321578)
@@ -27,7 +27,7 @@ load_rc_config ${name}
 command=%%PREFIX%%/sbin/sshd
 extra_commands="configtest reload keygen"
 start_precmd="${name}_checks"
-reload_precmd="${name}_configtest"
+reload_precmd="${name}_checks"
 restart_precmd="${name}_checks"
 configtest_cmd="${name}_configtest"
 keygen_cmd="${name}_keygen"


More information about the svn-ports-all mailing list