summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-statistics/files/usr
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-05-21 04:34:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-05-21 04:34:13 +0000
commit97ff6fa3e9722f7db065932c4bb94b103e8c6012 (patch)
tree6795f43f830eed5273be01fbea0ca4c4931ae056 /applications/luci-statistics/files/usr
parentf90684f321fa1e3a15746c9b72042f5eba15776d (diff)
* ffluci/statistics: add cbi model for unixsock plugin
Diffstat (limited to 'applications/luci-statistics/files/usr')
-rwxr-xr-xapplications/luci-statistics/files/usr/bin/stat-genconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/applications/luci-statistics/files/usr/bin/stat-genconfig b/applications/luci-statistics/files/usr/bin/stat-genconfig
index 9de8e1788f..2b2e19dcad 100755
--- a/applications/luci-statistics/files/usr/bin/stat-genconfig
+++ b/applications/luci-statistics/files/usr/bin/stat-genconfig
@@ -271,6 +271,12 @@ plugins = {
{ "LocalPorts", "RemotePorts" }
},
+ unixsock = {
+ { "SocketFile", "SocketUser", "SocketPerms" },
+ { },
+ { }
+ },
+
}