Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.6:Update
openssh-askpass-gnome.17031
openssh-7.6p1-no_fork-no_pid_file.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssh-7.6p1-no_fork-no_pid_file.patch of Package openssh-askpass-gnome.17031
# HG changeset patch # Parent 6a0455a6fd712e58791a6a3e04eec6a913b8e1ce Do not write a PID file when not daemonizing (e.g. when running from systemd) Index: openssh-7.6p1/sshd.c =================================================================== --- openssh-7.6p1.orig/sshd.c 2019-03-12 14:38:33.272919131 +0100 +++ openssh-7.6p1/sshd.c 2019-03-12 14:38:35.060929187 +0100 @@ -1947,7 +1947,7 @@ main(int ac, char **av) * Write out the pid file after the sigterm handler * is setup and the listen sockets are bound */ - if (options.pid_file != NULL && !debug_flag) { + if (!no_daemon_flag && options.pid_file != NULL && !debug_flag) { FILE *f = fopen(options.pid_file, "w"); if (f == NULL) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor