diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-26 15:34:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-26 15:34:57 +0000 |
commit | a9cd8f916ec9176de7a4b9ecf33842a43cf22a1b (patch) | |
tree | 6f77b92d14b21e1fa8e40e89b4fd7d1746da1571 | |
parent | 6d30e78f610975b527b795307549d9021853276d (diff) | |
download | aports-a9cd8f916ec9176de7a4b9ecf33842a43cf22a1b.tar.bz2 aports-a9cd8f916ec9176de7a4b9ecf33842a43cf22a1b.tar.xz |
testing/hiawatha: fix init.d
-rw-r--r-- | testing/hiawatha/APKBUILD | 8 | ||||
-rw-r--r-- | testing/hiawatha/hiawatha.initd | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/testing/hiawatha/APKBUILD b/testing/hiawatha/APKBUILD index 9ac511b871..669ad8fb3e 100644 --- a/testing/hiawatha/APKBUILD +++ b/testing/hiawatha/APKBUILD @@ -3,7 +3,7 @@ pkgname=hiawatha pkgver=10.2 -pkgrel=0 +pkgrel=1 pkgdesc='Secure and advanced webserver' url='https://www.hiawatha-webserver.org/' arch=all @@ -59,11 +59,11 @@ package() { } md5sums="64287e81c6e09ebc92d02aa09187119c hiawatha-10.2.tar.gz -cce590c3649d97b221a04c61329673aa hiawatha.initd +a3481042b75637e1b71dee531f29a98d hiawatha.initd fb24fcbfa820a5b85f6c4c8a520a6920 hiawatha.conf.sample" sha256sums="8bd95fb4c96dfac3278622cf86c1091f00668c827516603b8155300991b0c0d2 hiawatha-10.2.tar.gz -f28bc9e756e4a9fbc1da80f87667df0218acb85441585c7737e8a8cdd7017c54 hiawatha.initd +eb15090af441fce68115b22c99a23fd80d15c031d1b0d83abd36aaf1191e2230 hiawatha.initd 4671d2586cbe3cd6497b16ff422c6143cdab40641ef3c9c4988c478351a8f5e7 hiawatha.conf.sample" sha512sums="5f656037dbf9bb22bbd70294e3a4944f4ba188768fff3c229f0f00a0ccd9d680af7435b6765db9cd8baed4d6dfe02ff52cb8b4da676cdeb47c677947c3397439 hiawatha-10.2.tar.gz -f08ddf012fbead5b1e6724ebf7d58416abb557b6eb8c43064916921ffff1dbd1199491b36da12969b4c79715587d487a8d4d272bfb008c9dd59a103aac812571 hiawatha.initd +4e1201110396e13b979948caae9c2dfb34f55398225d924164d2f0818b6778500ef3426b0ad358210ef7780289fbd752f7e006220941437fbcdd378746bf5a3d hiawatha.initd b2aad6d02e03a3e25dc6dc30deab4637a7de5448255b6b707363e8c71ae1029e669bacdb6b88889ec1aa804fe717560e872dc44d049127af9aa155a8895c8a60 hiawatha.conf.sample" diff --git a/testing/hiawatha/hiawatha.initd b/testing/hiawatha/hiawatha.initd index d2a7bb3c61..be4b13737b 100644 --- a/testing/hiawatha/hiawatha.initd +++ b/testing/hiawatha/hiawatha.initd @@ -4,5 +4,5 @@ pidfile=/var/run/hiawatha.pid command=/usr/sbin/hiawatha depend() { - need firewall + after firewall } |