[scponly] scponly-3.10

Hideyuki KURASHINA rushani at bl.mmtr.or.jp
Mon Mar 22 03:52:23 EST 2004


>>> On Sun, 21 Mar 2004 22:13:17 -0800, wby oblyr <joe at sublimation.org> said:

> Hello all,
> 
> I'm announcing the release of scponly-3.10

Nice work, Joe!

BTW,

> from the CHANGELOG:
> - added UNISON compatibility (untested)

following patch is needed to build scponly with UNISON compatibility,
at least here.

-- rushani

--- scponly.c.orig	Mon Mar 22 14:30:38 2004
+++ scponly.c	Mon Mar 22 17:49:37 2004
@@ -442,9 +442,9 @@
 			(-1 == asprintf( &env[0], "HOME=%s", homedir)))
 		{
 			syslog(LOG_ERR, "could not set HOME environment variable(%s))", logstamp());
-			exit(EXIT_FAIL);
+			exit(EXIT_FAILURE);
 		}
-		if (debug)
+		if (debuglevel)
 			syslog(LOG_DEBUG, "set HOME environment variable to %s (%s))", env[0], logstamp());
 #endif 
 



More information about the scponly mailing list