SF.net SVN: gar:[23034] csw/mgar/pkg/openssh/trunk/files
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Mon Feb 17 12:49:24 CET 2014
Revision: 23034
http://sourceforge.net/p/gar/code/23034
Author: chninkel
Date: 2014-02-17 11:49:23 +0000 (Mon, 17 Feb 2014)
Log Message:
-----------
openssh/trunk: make sure OpenCSW ssh-keygen is used to generate host keys
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/files/cswopenssh
csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper
Modified: csw/mgar/pkg/openssh/trunk/files/cswopenssh
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/cswopenssh 2014-02-17 11:48:15 UTC (rev 23033)
+++ csw/mgar/pkg/openssh/trunk/files/cswopenssh 2014-02-17 11:49:23 UTC (rev 23034)
@@ -17,7 +17,7 @@
case $1 in
'start')
if [ -x /opt/csw/bin/ssh-keygen ]; then
- ssh-keygen -A
+ /opt/csw/bin/ssh-keygen -A
fi
[ -x /opt/csw/sbin/sshd ] && [ -f /etc/opt/csw/ssh/sshd_config ] && /opt/csw/sbin/sshd &
Modified: csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper 2014-02-17 11:48:15 UTC (rev 23033)
+++ csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper 2014-02-17 11:49:23 UTC (rev 23034)
@@ -5,7 +5,7 @@
KEYDIR=/etc/opt/csw/ssh
PIDFILE=/var/run/cswsshd.pid
if [ -x /opt/csw/bin/ssh-keygen ]; then
- ssh-keygen -A
+ /opt/csw/bin/ssh-keygen -A
fi
/opt/csw/sbin/sshd
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list