[meego-commits] 23851: Changes to devel:security/openssh

Marko Saukko no_reply at build.meego.com
Wed Sep 14 06:19:50 UTC 2011


Hi,
I have made the following changes to openssh in project devel:security. Please review and accept ASAP.

Thank You,
Marko Saukko

[This message was auto-generated]

---

Request #23851:

  submit:   home:marko.saukko:branches:devel:security/openssh(r4)(cleanup) -> devel:security/openssh


Message:
    * Tue Sep 13 2011 Marko Saukko <marko.saukko at cybercom.com> - 5.6p1
- Added StandardOutput=Socket to sshd at .service file to fix functionality with systemd 35.

State:   new          2011-09-13T23:10:04 marko.saukko
Comment: None



changes files:
--------------
--- openssh.changes
+++ openssh.changes
@@ -0,0 +1,3 @@
+* Tue Sep 13 2011 Marko Saukko <marko.saukko at cybercom.com> - 5.6p1
+- Added StandardOutput=Socket to sshd at .service file to fix functionality with systemd 35.
+

spec files:
-----------
--- openssh.spec
+++ openssh.spec
@@ -173,7 +173,6 @@
 Summary: The OpenSSH server daemon
 Group: System/Daemons
 Requires: openssh = %{version}-%{release}
-Requires(post): /sbin/chkconfig, /sbin/service
 Requires(pre): /usr/sbin/useradd
 Requires: pam >= 1.0.1-3
 

other changes:
--------------

++++++ sshd at .service
--- sshd at .service
+++ sshd at .service
@@ -6,6 +6,7 @@
 ExecStart=-/usr/sbin/sshd -i
 ExecReload=/bin/kill -HUP $MAINPID
 StandardInput=socket
+StandardOutput=socket
 
 [Install]
 WantedBy=network.target



More information about the MeeGo-commits mailing list