mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
service: translate 'httpd' LSB Provides into '$httpd' on Fedora
This commit is contained in:
parent
67ff613459
commit
4f7dcad328
@ -260,7 +260,8 @@ static int sysv_translate_facility(const char *name, char **_r) {
|
||||
#ifdef TARGET_FEDORA
|
||||
/* Fedora extensions, lacking the $ prefix */
|
||||
"MTA", SPECIAL_MAIL_TRANSFER_AGENT_TARGET,
|
||||
"smtpdaemon", SPECIAL_MAIL_TRANSFER_AGENT_TARGET
|
||||
"smtpdaemon", SPECIAL_MAIL_TRANSFER_AGENT_TARGET,
|
||||
"httpd", SPECIAL_HTTP_DAEMON_TARGET,
|
||||
#endif
|
||||
};
|
||||
|
||||
|
@ -47,6 +47,7 @@
|
||||
#define SPECIAL_RTC_SET_TARGET "rtc-set.target" /* LSB's $time */
|
||||
#define SPECIAL_DISPLAY_MANAGER_SERVICE "display-manager.service" /* Debian's $x-display-manager */
|
||||
#define SPECIAL_MAIL_TRANSFER_AGENT_TARGET "mail-transfer-agent.target" /* Debian's $mail-{transport|transfer-agent */
|
||||
#define SPECIAL_HTTP_DAEMON_TARGET "http-daemon.target"
|
||||
#define SPECIAL_DBUS_TARGET "dbus.target"
|
||||
#define SPECIAL_BASIC_TARGET "basic.target"
|
||||
#define SPECIAL_SOCKETS_TARGET "sockets.target"
|
||||
|
Loading…
Reference in New Issue
Block a user