diff options
author | Daniel Nilsson <daniel.nilsson94@outlook.com> | 2024-02-28 18:42:58 +0100 |
---|---|---|
committer | Daniel Nilsson <daniel.nilsson94@outlook.com> | 2024-03-05 17:27:27 +0100 |
commit | 6cd54b43eb36357c0e41d3f961e685752c32fdb2 (patch) | |
tree | 2929030349d5493cff17568f90469b761e3ee070 /applications/luci-app-ntpc/root/usr/share/rpcd | |
parent | 0b24d1f4654d4f9c925e1ed1ccccbc9a2dcf8494 (diff) |
luci-app-ntpc: remove app
As ntpclient package is dead, we can delete the app.
Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
Diffstat (limited to 'applications/luci-app-ntpc/root/usr/share/rpcd')
-rw-r--r-- | applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json b/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json deleted file mode 100644 index 2b534a9770..0000000000 --- a/applications/luci-app-ntpc/root/usr/share/rpcd/acl.d/luci-app-ntpc.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "luci-app-ntpc": { - "description": "Grant UCI access for luci-app-ntpc", - "read": { - "uci": [ "ntpclient" ] - }, - "write": { - "uci": [ "ntpclient" ] - } - } -} |