Hello community,

here is the log from the commit of package autossh for openSUSE:Factory checked 
in at 2012-04-23 09:12:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autossh (Old)
 and      /work/SRC/openSUSE:Factory/.autossh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autossh", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/autossh/autossh.changes  2012-04-17 
21:57:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.autossh.new/autossh.changes     2012-04-23 
09:12:09.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 18 15:45:10 UTC 2012 - multyre...@gmail.com
+
+- updated autossh configuration options 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ autossh.spec ++++++
--- /var/tmp/diff_new_pack.3ZRIpe/_old  2012-04-23 09:12:12.000000000 +0200
+++ /var/tmp/diff_new_pack.3ZRIpe/_new  2012-04-23 09:12:12.000000000 +0200
@@ -15,15 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 Summary:        Automatically restart SSH sessions and tunnels
+License:        BSD-3-Clause
+Group:          Productivity/Networking/SSH
 
 Name:           autossh
 Version:        1.4c
-Release:        1
-License:        BSD-3-Clause
-Group:          Productivity/Networking/SSH
+Release:        0
 Url:            http://www.harding.motd.ca/autossh/
 Source:         http://www.harding.motd.ca/autossh/autossh-1.4c.tgz
 Source1:        autossh.init

++++++ autossh.conf ++++++
--- /var/tmp/diff_new_pack.3ZRIpe/_old  2012-04-23 09:12:12.000000000 +0200
+++ /var/tmp/diff_new_pack.3ZRIpe/_new  2012-04-23 09:12:12.000000000 +0200
@@ -2,18 +2,17 @@
 ## Description: Autossh service settings
 
 ## Type:           integer
-## Default:        0
+## Default:        600
 #
-# Time ssh must be up before it is considered a successful connection.
-# If set to 0, then this behaviour is disabled, and as well, autossh
-# will retry even on failure of first attempt to run ssh.
-AUTOSSH_GATETIME="0"
+# Specifies the time to wait before the first connection test.
+# Thereafter the general poll time is used (see AUTOSSH_POLL).
+AUTOSSH_FIRST_POLL="600"
 
 ## Type:           list(0,1,2,3,4,5,6,7)
-## Default:        7
+## Default:        6
 #
 # Specifies the log level, corresponding to the levels used by syslog.
-AUTOSSH_LOGLEVEL="7"
+AUTOSSH_LOGLEVEL="6"
 
 ## Type:           integer
 ## Default:        600
@@ -33,7 +32,7 @@
 AUTOSSH_PORT="0"
 
 ## Type:           string
-## Default:        u...@example.com -p 22 -nNT -R 30000:localhost:22 -o 
ExitOnForwardFailure=yes
+## Default:        u...@example.com -p 22 -ynNT -R 30000:localhost:22 -o 
ExitOnForwardFailure=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=3
 #
 # Options to be passed to ssh
-AUTOSSH_OPTIONS="u...@example.com -p 22 -nNT -R 30000:localhost:22 -o 
ExitOnForwardFailure=yes"
+AUTOSSH_OPTIONS="u...@example.com -p 22 -ynNT -R 30000:localhost:22 -o 
ExitOnForwardFailure=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=3"

++++++ autossh.init ++++++
--- /var/tmp/diff_new_pack.3ZRIpe/_old  2012-04-23 09:12:12.000000000 +0200
+++ /var/tmp/diff_new_pack.3ZRIpe/_new  2012-04-23 09:12:12.000000000 +0200
@@ -38,15 +38,14 @@
 
 case "$1" in
     start)
-        export AUTOSSH_FIRST_POLL="60"
         export AUTOSSH_PIDFILE="/var/run/autossh.pid"
-        export AUTOSSH_GATETIME
+        export AUTOSSH_FIRST_POLL
         export AUTOSSH_LOGLEVEL
         export AUTOSSH_POLL
         export AUTOSSH_PORT
 
         echo -n "Starting autossh "
-        /sbin/startproc $AUTOSSH_BIN $AUTOSSH_OPTIONS
+        /sbin/startproc $AUTOSSH_BIN -f $AUTOSSH_OPTIONS
 
         rc_status -v
         ;;

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to