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 /Makefile.am | |
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 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 415e0d39ea..1c040479c0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -273,7 +273,6 @@ dist_systemunit_DATA = \ units/mail-transfer-agent.target \ units/hibernate.target \ units/hybrid-sleep.target \ - units/http-daemon.target \ units/poweroff.target \ units/reboot.target \ units/rescue.target \ |