From: Felix Morgner Date: Tue, 11 Aug 2015 18:28:43 +0000 (+0200) Subject: Merge pull request #70 from andres-erbsen/patch-1 X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=ef99834a4e34039b59394d69b79c1c5540302d22;hp=6093f5c816d12b9e208ef5b18676cb2d4c9d2411 Merge pull request #70 from andres-erbsen/patch-1 ssli_openssl.c:161: s/bool/bool_t/ --- diff --git a/openwrt/files/umurmur.init b/openwrt/files/umurmur.init index 617110a..392cd69 100644 --- a/openwrt/files/umurmur.init +++ b/openwrt/files/umurmur.init @@ -7,9 +7,9 @@ PIDFILE="/var/run/umurmurd.pid" start() { stop - /usr/bin/umurmurd -r -p $PIDFILE + /usr/bin/umurmurd -p $PIDFILE } stop() { [ -f "$PIDFILE" ] && kill $(cat "$PIDFILE") 2>/dev/null >/dev/null -} \ No newline at end of file +}