From 2030e810a5cfd4d3ff6e0f8930560c96f2990eb2 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 4 Nov 2012 01:49:10 -0700 Subject: Sun Nov 4 01:48:41 PDT 2012 --- community/webfs/PKGBUILD | 10 ++++------ community/webfs/webfsd.service | 4 +++- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'community/webfs') diff --git a/community/webfs/PKGBUILD b/community/webfs/PKGBUILD index 4b2310ea9..e15dba63e 100644 --- a/community/webfs/PKGBUILD +++ b/community/webfs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 79157 2012-10-31 05:28:18Z kkeen $ +# $Id: PKGBUILD 79331 2012-11-03 03:32:04Z kkeen $ # Maintainer: Kyle Keen # Contributor: Roman Kyrylych # Contributor: Mark Rosenstand @@ -7,7 +7,7 @@ pkgname=webfs pkgver=1.21 -pkgrel=8 +pkgrel=9 pkgdesc="Simple and instant http server for mostly static content." arch=(i686 x86_64) url="http://linux.bytesex.org/misc/webfs.html" @@ -16,13 +16,12 @@ depends=('mime-types' 'openssl') backup=(etc/conf.d/webfsd) source=(http://dl.bytesex.org/releases/webfs/webfs-${pkgver}.tar.gz webfsd.rc webfsd.conf webfs.patch - webfsd.launcher webfsd.service) + webfsd.service) md5sums=('6dc125fe160479404147e7bbfc781dbc' '3ae9fcdcf79b193aa88e386055e9ebd7' 'b2c1ab041a82acd8391b06dc38d986be' '7294edcec2589df04bb775270d56536e' - '256533a2fa5a293a55da1f32fab2cb28' - '7ee2bcd77e4113f5bfe7540844cbabd3') + 'e1202dd915cba1a02e0016aa3a516b4a') build() { cd "$srcdir/$pkgname-$pkgver" @@ -37,6 +36,5 @@ package() { make prefix=/usr DESTDIR="$pkgdir" install install -Dm755 "$srcdir/webfsd.rc" "$pkgdir/etc/rc.d/webfsd" install -Dm644 "$srcdir/webfsd.conf" "$pkgdir/etc/conf.d/webfsd" - install -Dm755 "$srcdir/webfsd.launcher" "$pkgdir/usr/lib/systemd/scripts/webfsd" install -Dm755 "$srcdir/webfsd.service" "$pkgdir/usr/lib/systemd/system/webfsd.service" } diff --git a/community/webfs/webfsd.service b/community/webfs/webfsd.service index 18c07d7ce..b4095fc6f 100644 --- a/community/webfs/webfsd.service +++ b/community/webfs/webfsd.service @@ -1,9 +1,11 @@ [Unit] Description=Simple and instant http server. +Documentation=man:webfsd(1) After=network.target [Service] -ExecStart=/usr/lib/systemd/scripts/webfsd +EnvironmentFile=/etc/conf.d/webfsd +ExecStart=/usr/bin/webfsd $WEBFSD_ARGS -F [Install] WantedBy=multi-user.target -- cgit v1.2.3-54-g00ecf