diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-10-31 02:55:04 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-10-31 02:55:04 +0100 |
commit | 669b04a492e33601e6c34a40bc96ad9ffa11c5a2 (patch) | |
tree | efeaceb9409015786105c7add30f3985c08ba0fb /src/core/service.c | |
parent | 630d4e14083fc3798b757604eb2055822b77608b (diff) |
service: drop special HTTP server target, as it is a bad idea anf Fedora specific
This was premarily intended to support the LSB facility $httpd which is
only known by Fedora, and a bad idea since it lacks any real-life
usecase.
Similar, drop support for some other old Fedora-specific facilities.
Also, document the rules for introduction of new facilities, to clarify
the situation for the future.
Diffstat (limited to 'src/core/service.c')
-rw-r--r-- | src/core/service.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/service.c b/src/core/service.c index 2febdb69d1..cf08485374 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -390,12 +390,6 @@ static int sysv_translate_facility(const char *name, const char *filename, char "mail-transport-agent", SPECIAL_MAIL_TRANSFER_AGENT_TARGET, #endif -#ifdef TARGET_FEDORA - "MTA", SPECIAL_MAIL_TRANSFER_AGENT_TARGET, - "smtpdaemon", SPECIAL_MAIL_TRANSFER_AGENT_TARGET, - "httpd", SPECIAL_HTTP_DAEMON_TARGET, -#endif - #ifdef TARGET_SUSE "smtp", SPECIAL_MAIL_TRANSFER_AGENT_TARGET, #endif |