Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2013-09-11 12:58:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2013-08-05 
20:49:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes     2013-09-11 
12:58:05.000000000 +0200
@@ -1,0 +2,6 @@
+Tue Sep 10 21:15:59 UTC 2013 - crrodrig...@opensuse.org
+
+- fix the logic in openssh-nodaemon-nopid.patch which is broken
+  and pid_file therefore still being created.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
openssh.spec: same change
++++++ openssh-nodaemon-nopid.patch ++++++
--- /var/tmp/diff_new_pack.JOyGra/_old  2013-09-11 12:58:06.000000000 +0200
+++ /var/tmp/diff_new_pack.JOyGra/_new  2013-09-11 12:58:06.000000000 +0200
@@ -1,11 +1,11 @@
 --- sshd.c.orig
 +++ sshd.c
-@@ -1812,7 +1812,7 @@ main(int ac, char **av)
+@@ -1840,7 +1840,7 @@ main(int ac, char **av)
                 * Write out the pid file after the sigterm handler
                 * is setup and the listen sockets are bound
                 */
 -              if (!debug_flag) {
-+              if (!debug_flag || !no_daemon_flag) {
++              if (!(debug_flag || no_daemon_flag)) {
                        FILE *f = fopen(options.pid_file, "w");
  
                        if (f == NULL) {

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

Reply via email to