statistics: remove references to Lucid from scripts
[project/luci.git] / applications / luci-app-statistics / root / etc / uci-defaults / luci-statistics
index e94a863..28e3529 100755 (executable)
@@ -8,29 +8,9 @@ uci -q batch <<-EOF >/dev/null
        commit ucitrack
 EOF
 
-# register LuCId virtual path handler
-[ -f /etc/config/lucid ] && \
-uci -q batch <<-EOF >/dev/null
-       delete lucid.statistics
-
-       set lucid.statistics=DirectoryPublisher
-       set lucid.statistics.name='RRDTool Image Cache'
-       set lucid.statistics.physical=/tmp/rrdimg
-       set lucid.statistics.virtual=/rrdimg
-       set lucid.statistics.domain=''
-
-       add_list lucid.http.publisher=statistics
-       add_list lucid.https.publisher=statistics
-
-       commit lucid
-EOF
-
 # symlink for busybox httpd
 [ -x /usr/sbin/httpd ] && [ ! -h /www/rrdimg ] && \
        ln -s /tmp/rrdimg /www/rrdimg
 
-# restart LuCId service
-[ -x /etc/init.d/lucid ] && /etc/init.d/lucid enabled && /etc/init.d/lucid restart
-
 rm -f /tmp/luci-indexcache
 exit 0