Mageia Bugzilla – Attachment 4243 Details for
Bug 10934
drakwizard - Proftpd wizard fails because of --no-block option in systemctl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Call reload_or_restart
Proftpd.pm.patch (text/plain), 310 bytes, created by
Derek Jennings
on 2013-08-06 20:21:08 CEST
(
hide
)
Description:
Call reload_or_restart
Filename:
MIME Type:
Creator:
Derek Jennings
Created:
2013-08-06 20:21:08 CEST
Size:
310 bytes
patch
obsolete
>--- ftp_wizard/Proftpd.pm 2013-08-06 18:59:35.200271730 +0100 >+++ ftp_wizard/Proftpd.pm 2013-04-21 00:48:03.000000000 +0100 >@@ -317,7 +317,7 @@ > add_options($cle, $val); > } > >- services::reload_or_restart('proftpd'); >+ services::restart_or_start('proftpd'); > check_started('proftpd'); > } >
--- ftp_wizard/Proftpd.pm 2013-08-06 18:59:35.200271730 +0100 +++ ftp_wizard/Proftpd.pm 2013-04-21 00:48:03.000000000 +0100 @@ -317,7 +317,7 @@ add_options($cle, $val); } - services::reload_or_restart('proftpd'); + services::restart_or_start('proftpd'); check_started('proftpd'); }
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 10934
:
4242
| 4243