Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 293886 Details for
Bug 206843
vsftpd is checked wrongly in init script
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to disable the background option and behave like it was set to YES
vsftpd-2.0.1-correct_daemonize.patch (text/plain), 1.06 KB, created by
Martin Nagy
on 2008-02-04 14:01:25 UTC
(
hide
)
Description:
Patch to disable the background option and behave like it was set to YES
Filename:
MIME Type:
Creator:
Martin Nagy
Created:
2008-02-04 14:01:25 UTC
Size:
1.06 KB
patch
obsolete
>diff -up vsftpd-2.0.1/vsftpd.conf.5.correct_daemonize vsftpd-2.0.1/vsftpd.conf.5 >--- vsftpd-2.0.1/vsftpd.conf.5.correct_daemonize 2008-02-04 14:05:40.000000000 +0100 >+++ vsftpd-2.0.1/vsftpd.conf.5 2008-02-04 14:06:58.000000000 +0100 >@@ -104,11 +104,7 @@ so you may wish to enable it. > Default: NO > .TP > .B background >-When enabled, and vsftpd is started in "listen" mode, vsftpd will background >-the listener process. i.e. control will immediately be returned to the shell >-which launched vsftpd. >- >-Default: NO >+This option is currently ignored. > .TP > .B check_shell > Note! This option only has an effect for non-PAM builds of vsftpd. If disabled, >diff -up vsftpd-2.0.1/standalone.c.correct_daemonize vsftpd-2.0.1/standalone.c >--- vsftpd-2.0.1/standalone.c.correct_daemonize 2008-02-04 14:03:15.000000000 +0100 >+++ vsftpd-2.0.1/standalone.c 2008-02-04 14:03:36.000000000 +0100 >@@ -44,6 +44,7 @@ vsf_standalone_main(void) > { > die("run two copies of vsftpd for IPv4 and IPv6"); > } >+ tunable_background = 1; > if (tunable_background) > { > int forkret = vsf_sysutil_fork();
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 206843
:
161959
|
293886
|
294282
|
294283