with ZNC. This allows dropping the dependency to coreutils-su.
Signed-off-by: Jonas Gorski <jonas.gorski+openwrt@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23645 3c298f89-4303-0410-b956-a3cf2f4a3e73
I wanted to configure monit with a rule that checks a network
connection, restarts the connection if it fails, and eventually
reboots the entire router if the connection restarts don't work.
I wrote this in my rules:
start "/sbin/ifup inet"
stop "/sbin/ifdown inet"
if failed icmp type echo count 3 timeout 10 seconds then restart
if 3 restarts within 5 cycles then exec "/sbin/reboot"
When I tested these rules I found that monit 5.0.3 does not
support the phrase:
... then exec "/sbin/reboot"
But this phrase is supported by monit 5.1.1.
I patched the Makefile to upgrade to 5.1.1, rebuilt and reflashed,
and now my monit rule runs as intended. So I have tested this on a
grand total of one machine (Linksys WAG354G, TI AR7). Is this
enough to justify upgrading monit for everyone?
My changes to package/feeds/packages/monit/Makefile are below.
They were generated with svn diff.
Signed-off-by: Jon Hirst <openwrt@jonmail.co.uk>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23624 3c298f89-4303-0410-b956-a3cf2f4a3e73
currently the init.d script of fastcgi-php do not use the standard
rc.common methods. The attached patch fixes that.
Signed-off-by: Alexander Sulfrian <alexander@sulfrian.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23618 3c298f89-4303-0410-b956-a3cf2f4a3e73
This simply updates shorewall-lite to the (at least near) current
4.4.12.2
Signed-off-by: Brian J. Murrell <brian <at> interlinx.bc.ca>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23617 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is needed for other packages to link against krb5.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23613 3c298f89-4303-0410-b956-a3cf2f4a3e73
The use of Hooks/InstallDev/Post is invalid and superseded by the PKG_FIXUP use
Signed-off-by: Nicolas Leonard <leonard.nicolas@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23610 3c298f89-4303-0410-b956-a3cf2f4a3e73
This updates the avahi package from 0.6.25 to 0.6.28, which, according
to the avahi developers, incorporates bugfixes and fixes minor security
issues.
There seems to be an ongoing problem in certain situations where the
avahi-daemon stops working, e.g. see
http://www.mail-archive.com/avahi@lists.freedesktop.org/msg01512.html
It is not known if 0.6.28 fixes that, but at least we will be working
off the latest version.
Signed-off-by: Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23595 3c298f89-4303-0410-b956-a3cf2f4a3e73
Also add the required package dependencies. See also ticket #7237 for
reference.
A simple test case is the following php script:
<?php
$db = new SQLite3("test.db");
?>
It hangs and triggers the max execution time without this patch.
Signed-off-by: Michael Heimpold <mhei at heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23585 3c298f89-4303-0410-b956-a3cf2f4a3e73
avoid that the init script and all sshd instances are killed
when sshd is restarted
thanks matt
git-svn-id: svn://svn.openwrt.org/openwrt/packages@23546 3c298f89-4303-0410-b956-a3cf2f4a3e73