From ca9314ee2203551fe2b28a976d7c6014b3b0957a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 16 Apr 2012 16:49:04 +0000 Subject: New application for watchcat Hi, This patch add a new luci-application for the watchcat package (in feeds/packages/utils). Chris --- applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat (limited to 'applications/luci-watchcat/root/etc/uci-defaults') diff --git a/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat b/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat new file mode 100644 index 0000000000..8cdb8c7b9f --- /dev/null +++ b/applications/luci-watchcat/root/etc/uci-defaults/luci-watchcat @@ -0,0 +1,10 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + add ucitrack system + set ucitrack.@system[-1].init=watchcat + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0 -- cgit v1.2.3