From cd831222f3a7b8e5bbe27a96e4dceeb406e81835 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Mon, 8 Jun 2015 07:26:41 +0000 Subject: [PATCH] (configd) add configdctl as symlink to sbin for easier usage when using the shell, it's now possible to trigger configd actions in a more natrual way, for example: configdctl configd actions (to list all registered actions) --- src/sbin/configdctl | 1 + 1 file changed, 1 insertion(+) create mode 120000 src/sbin/configdctl diff --git a/src/sbin/configdctl b/src/sbin/configdctl new file mode 120000 index 000000000..fcebdfd12 --- /dev/null +++ b/src/sbin/configdctl @@ -0,0 +1 @@ +/usr/local/opnsense/service/configd_ctl.py \ No newline at end of file