FS#35512 - [unrealircd] service '-p' flag
Attached to Project:
Community Packages
Opened by Tim Heckman (theckman) - Monday, 27 May 2013, 23:16 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 28 May 2013, 17:34 GMT
Opened by Tim Heckman (theckman) - Monday, 27 May 2013, 23:16 GMT
Last edited by Sergej Pupykin (sergej) - Tuesday, 28 May 2013, 17:34 GMT
|
Details
The service file for unrealircd seems to start the service
with the 'p' command line flag:
ExecStart=/usr/bin/unrealircd -p The output of --help seems to indicate that this parameter should not be provided: Usage: ircd [-f config] [-h servername] [-p portnumber] [-x loglevel] [-t] [-H] It also doesn't indicate what, if any, unintended behavior will occur by passing in this flag without providing a port number. |
This task depends upon
Please remove the -p flag entirely.
-Tim