Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:FactoryCandidates
apache2-mod_perl
apache2-mod_perl-prctl-short-name.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File apache2-mod_perl-prctl-short-name.patch of Package apache2-mod_perl
Index: mod_perl-2.0.12/src/modules/perl/mod_perl.c =================================================================== --- mod_perl-2.0.12.orig/src/modules/perl/mod_perl.c +++ mod_perl-2.0.12/src/modules/perl/mod_perl.c @@ -15,6 +15,7 @@ */ #include "mod_perl.h" +#include <sys/prctl.h> /* make sure that mod_perl won't try to start itself, while it's * already starting. If the flag's value is 1 * it's still starting, @@ -281,6 +282,7 @@ PerlInterpreter *modperl_startup(server_ */ PL_origalen = strlen(argv[0]) + 1; sv_setpv_mg(get_sv("0",0), argv[0]); + prctl(PR_SET_NAME, (unsigned long)apr_filepath_name_get(argv[0]), 0, 0, 0); perl_run(perl);
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