Hi
this patch update monit from 5.2.5 to 5.4, this add cool feature like "check program", to execute a script and send email/do action depending on the return code, and many bugfixes (http://mmonit.com/monit/dist/CHANGES.txt)
I've modified the init script because "-d 60" overide the conf file and the stat command doesn't seem to exist, so either we just chmod each time or we let the people RTFM and the syslog (i prefer the latter)
For now i've tested only the ssl version with backfire (r31676) on x86 and ar71xx (tplink wr1043nd) (it send mail via google, ping, watch load average and cpu ...)
It compile (monit and monit-nossl) for x86 and ar71xx for backfire & trunk (trunk x86 mount the ext4 partition readonly so i haven't tested)
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
Signed-off-by: Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32674 3c298f89-4303-0410-b956-a3cf2f4a3e73
According to its own author, aiccu is broken on nat gateways, not meant for
unattended operation and in the need for a hardware rtc to function properly.
Since restarting aiccu or attempting to work around those problems violate
the sixxs terms of service, this commit removes any non-necessary patches
and any scripts shipped with it.
Users having trouble with aiccu may contact the sixxs staff for assistance.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32666 3c298f89-4303-0410-b956-a3cf2f4a3e73
On some machines the build ignores site-config.jam and proceeds doing a native build.
To catch such errors earlier, set the architecture in the gcc toolset
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32631 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch modifies the iptraf Makefile to include the rvnamed binary to
the iptraf package. The rvnamed binary for MIPS is only 12KB and is used
by iptraf to do name resolution in a background process.
Signed-off-by: Johnny Halfmoon <jhalfmoon at milksnot.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32622 3c298f89-4303-0410-b956-a3cf2f4a3e73
30 June 2012: babeld-1.3.2
* INCOMPATIBLE CHANGE: removed parasitic mode (-P).
* Fixes to IPv4 support on BSD.
* More reduction to the rate of sending requests.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32577 3c298f89-4303-0410-b956-a3cf2f4a3e73
Remove module loading from xl2tpd init-script now that module gets loaded
properly during boot (since that was already fixed in #32562, this partly
reverts #32563)
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32574 3c298f89-4303-0410-b956-a3cf2f4a3e73
Based on http://patchwork.openwrt.org/patch/2256/ by Moritz Warning <moritzwarning@web.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32571 3c298f89-4303-0410-b956-a3cf2f4a3e73
In the transition from WhiteRussian to Kamikaze, the fakeidentd package was dropped, citing its incorporation into the updated Busybox. However, the Busybox implementation doesn't support the -r switch, which is a bit silly,
since it's pretty much fakeidentd's raison d'etre. This patch restores the fakeidentd package, with an initscript that uses the -r option.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32566 3c298f89-4303-0410-b956-a3cf2f4a3e73
Radvd has been updated to 1.8.5 a few months ago, while Openwrt still uses
1.8.3. http://www.litech.org/radvd/
This patch updates radvd to 1.8.5. No major changes required.
signed off by: hannu.nyman@iki.fi
I send the patch again to make sure that Windows does not mess with LFs...
(not sure if that is needed, but Patchwork shows the previous one strangely)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32565 3c298f89-4303-0410-b956-a3cf2f4a3e73
Includes support for the luci-app-mosquitto package, if installed.
Signed-off-by: Karl Palsson <karlp@remake.is>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32564 3c298f89-4303-0410-b956-a3cf2f4a3e73
This integrates xl2tpd suppport into netifd, based on what I saw for ppp and pptp.
I also changed the init script so that it makes sure that all modules needed for
kernel-mode l2tp support are loaded at the time that xl2tpd is started, as
otherwise xl2tpd falls back into using user-mode l2tp.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32563 3c298f89-4303-0410-b956-a3cf2f4a3e73
With pleasure we announce the release of version 1.0.19. Here is a
summary of the changes:
* Allow :: notation in IPv6 Subnets.
* Add support for systemd style socket activation.
* Allow environment variables to be used for the Name option.
* Add basic support for SOCKS proxies, HTTP proxies, and proxying through an
external command.
This version of tinc is compatible with 1.0pre8, 1.0 and later, but not
with earlier version of tinc.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32560 3c298f89-4303-0410-b956-a3cf2f4a3e73
The line:
if 1 -eq 0
is missing the 'test' command. Alternatively, "if /bin/false" would have worked too.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32549 3c298f89-4303-0410-b956-a3cf2f4a3e73
Rewrite of the configure and compile stages as per the suggestions in the packages 00XCONFIG instructions.
Note that this is required to get eglibc working, as eglibc doesn't include the RPC functions as part of libc.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32529 3c298f89-4303-0410-b956-a3cf2f4a3e73