[csw-devel] SF.net SVN: gar:[12053] csw/mgar/pkg/openssh/trunk/files

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Mon Dec 20 23:37:31 CET 2010


Revision: 12053
          http://gar.svn.sourceforge.net/gar/?rev=12053&view=rev
Author:   chninkel
Date:     2010-12-20 22:37:31 +0000 (Mon, 20 Dec 2010)

Log Message:
-----------
openssh: renamed pidfile from sshd.pid to cswsshd.pid (take 2)

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	2010-12-20 21:43:35 UTC (rev 12052)
+++ csw/mgar/pkg/openssh/trunk/files/cswopenssh	2010-12-20 22:37:31 UTC (rev 12053)
@@ -13,7 +13,7 @@
 PATH=/usr/bin:/opt/csw/bin:/usr/sbin
 
 KEYDIR=/etc/opt/csw/ssh
-PIDFILE=/var/run/sshd.pid
+PIDFILE=/var/run/cswsshd.pid
 case $1 in 
 'start')
         if [ -x /opt/csw/bin/ssh-keygen ]; then

Modified: csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper
===================================================================
--- csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper	2010-12-20 21:43:35 UTC (rev 12052)
+++ csw/mgar/pkg/openssh/trunk/files/sshd.smf_wrapper	2010-12-20 22:37:31 UTC (rev 12053)
@@ -3,7 +3,7 @@
 PATH=/usr/bin:/opt/csw/bin:/usr/sbin
 
 KEYDIR=/etc/opt/csw/ssh
-PIDFILE=/var/run/sshd.pid
+PIDFILE=/var/run/cswsshd.pid
 if [ -x /opt/csw/bin/ssh-keygen ]; then
 	if [ ! -f "$KEYDIR/ssh_host_rsa_key" ]; then
 		echo "Creating new RSA public/private host key pair"


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