Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.3
openssh
openssh-nodaemon-nopid.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File openssh-nodaemon-nopid.patch of Package openssh
--- 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) {
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