mbox series

[0/2] package/thttpd: fix systemd and sysvinit startup

Message ID 20190828021626.9688-1-unixmania@gmail.com
Headers show
Series package/thttpd: fix systemd and sysvinit startup | expand

Message

Carlos Santos Aug. 28, 2019, 2:16 a.m. UTC
From: Carlos Santos <unixmania@gmail.com>

- Patch 1 creates the configuration file as /etc/thttpd.conf, as expected by
  the systemd unit file.

- Patch 2 adds a working sysvinit script instead of installing the FreeBSD
  script provided by thttpd.

Carlos Santos (2):
  package/thttpd: fix systemd startup
  package/thttpd: fix init script

 package/thttpd/S90thttpd | 54 ++++++++++++++++++++++++++++++++++++++++
 package/thttpd/thttpd.mk | 15 +++++------
 2 files changed, 62 insertions(+), 7 deletions(-)
 create mode 100644 package/thttpd/S90thttpd