Hello community,

here is the log from the commit of package openssh for openSUSE:Factory checked 
in at 2012-09-17 14:01:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openssh (Old)
 and      /work/SRC/openSUSE:Factory/.openssh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openssh", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openssh/openssh.changes  2012-06-25 
14:29:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openssh.new/openssh.changes     2012-09-17 
14:01:22.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 15 19:25:08 UTC 2012 - [email protected]
+
+- When not daemonizing, such is used with systemd, no not
+ create a PID file
+
+-------------------------------------------------------------------

New:
----
  openssh-nodaemon-nopid.patch

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

Other differences:
------------------
++++++ openssh.spec ++++++
--- /var/tmp/diff_new_pack.ReZsQn/_old  2012-09-17 14:01:24.000000000 +0200
+++ /var/tmp/diff_new_pack.ReZsQn/_new  2012-09-17 14:01:24.000000000 +0200
@@ -70,6 +70,7 @@
 Patch19:        %{name}-5.9p1-host_ident.diff
 Patch20:        converter-linking.patch
 Patch21:        openssh-nocrazyabicheck.patch
+Patch22:        openssh-nodaemon-nopid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1140
 BuildRequires:  systemd
@@ -109,6 +110,7 @@
 %patch19 -p1
 %patch20
 %patch21
+%patch22
 cp -v %{SOURCE4} .
 cp -v %{SOURCE6} .
 

++++++ openssh-nodaemon-nopid.patch ++++++
--- sshd.c.orig
+++ sshd.c
@@ -1812,7 +1812,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) {
                        FILE *f = fopen(options.pid_file, "w");
 
                        if (f == NULL) {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to