Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/thttpd/files/
Date: Wed, 09 Aug 2017 12:19:02
Message-Id: 1502281110.8d99602315f2674c8c5399cc79b927812ac44dc1.blueness@gentoo
1 commit: 8d99602315f2674c8c5399cc79b927812ac44dc1
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 9 09:15:46 2017 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 9 12:18:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d996023
7
8 www-servers/thttpd: remove unused file
9
10 www-servers/thttpd/files/thttpd.service | 12 ------------
11 1 file changed, 12 deletions(-)
12
13 diff --git a/www-servers/thttpd/files/thttpd.service b/www-servers/thttpd/files/thttpd.service
14 deleted file mode 100644
15 index 4e56c0877d7..00000000000
16 --- a/www-servers/thttpd/files/thttpd.service
17 +++ /dev/null
18 @@ -1,12 +0,0 @@
19 -[Unit]
20 -Description=Fork of thttpd, a small, fast, multiplexing webserver.
21 -After=network.target
22 -
23 -[Service]
24 -Type=forking
25 -PIDFile=/var/run/thttpd.pid
26 -WorkingDirectory=/var/www/localhost
27 -ExecStart=/usr/sbin/thttpd -C /etc/thttpd/thttpd.conf
28 -
29 -[Install]
30 -WantedBy=multi-user.target