X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=plugin.h;h=0d10f093a50fc711ba4673ce3ae97fe527cbd5ac;hb=60b9c9d919fd22339105f8e1835cb5cd7ff16d9c;hp=6064b68530c1cf737546ab3c8732c2246121bed8;hpb=3d358bb3a15852a760355ce28f87fb9f79c72462;p=project%2Frpcd.git diff --git a/plugin.h b/plugin.h index 6064b68..0d10f09 100644 --- a/plugin.h +++ b/plugin.h @@ -1,5 +1,5 @@ /* - * luci-rpcd - LuCI UBUS RPC server + * rpcd - UBUS RPC server * * Copyright (C) 2013 Jo-Philipp Wich * @@ -38,10 +38,10 @@ #include "session.h" /* location of plugin executables */ -#define RPC_PLUGIN_DIRECTORY "/usr/libexec/luci-rpcd" +#define RPC_PLUGIN_DIRECTORY "/usr/libexec/rpcd" /* location of plugin libraries */ -#define RPC_LIBRARY_DIRECTORY "/usr/lib/luci-rpcd" +#define RPC_LIBRARY_DIRECTORY "/usr/lib/rpcd" struct rpc_daemon_ops { bool (*access)(const char *sid, const char *scope,