X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-app-polipo%2Froot%2Fetc%2Fuci-defaults%2Fluci-polipo;fp=applications%2Fluci-app-polipo%2Froot%2Fetc%2Fuci-defaults%2Fluci-polipo;h=0c570630da5955579909d23a8bcf1843ca931492;hp=0000000000000000000000000000000000000000;hb=1bb4822dca6113f73e3bc89e2acf15935e6f8e92;hpb=9edd0e46c3f880727738ce8ca6ff1c8b85f99ef4 diff --git a/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo b/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo new file mode 100755 index 000000000..0c570630d --- /dev/null +++ b/applications/luci-app-polipo/root/etc/uci-defaults/luci-polipo @@ -0,0 +1,11 @@ +#!/bin/sh + +uci -q batch <<-EOF >/dev/null + delete ucitrack.@polipo[-1] + add ucitrack polipo + set ucitrack.@polipo[-1].init=polipo + commit ucitrack +EOF + +rm -f /tmp/luci-indexcache +exit 0