aboutsummaryrefslogtreecommitdiffstats
path: root/config/shellcmd
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2015-10-23 18:57:13 -0500
committerChris Buechler <cmb@pfsense.org>2015-10-23 18:57:13 -0500
commit914bc8d64109a36d7f1182cb048d39cb409c8433 (patch)
treebdcc6a7646fae45987c81bab479b4296f3bebbdb /config/shellcmd
parent901d4b81be5f518f4481e487f5568901ef60ac51 (diff)
parenta88475c727c8b368e623215070704b336b1b21c1 (diff)
downloadpfsense-packages-914bc8d64109a36d7f1182cb048d39cb409c8433.tar.gz
pfsense-packages-914bc8d64109a36d7f1182cb048d39cb409c8433.tar.bz2
pfsense-packages-914bc8d64109a36d7f1182cb048d39cb409c8433.zip
Merge pull request #1107 from doktornotor/patch-2
Diffstat (limited to 'config/shellcmd')
-rw-r--r--config/shellcmd/shellcmd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/shellcmd/shellcmd.xml b/config/shellcmd/shellcmd.xml
index f6b34ee4..ea3144ff 100644
--- a/config/shellcmd/shellcmd.xml
+++ b/config/shellcmd/shellcmd.xml
@@ -124,8 +124,8 @@
Choose the shellcmd type.<br /><br />
<strong>shellcmd</strong> will run the command specified towards the end of the boot process.<br />
<strong>earlyshellcmd</strong> will run the command specified at the beginning of the boot process.<br />
- <strong>afterfilterchangeshellcmd</strong> will run after each filter_configure() call.
- See <a href="https://github.com/pfsense/pfsense/blob/master/etc/inc/filter.inc">filter.inc source code</a> for "documentation".
+ <strong>afterfilterchangeshellcmd</strong> will run after each filter_configure() call.
+ See /etc/inc/filter.inc source code for "documentation".
<span class="errmsg">N.B.: Only one entry of this type can be configured!</span><br />
<strong>disabled</strong> will save the command in package configuration but it will NOT run on boot.<br /><br />
See <a href="https://doc.pfsense.org/index.php/Executing_commands_at_boot_time">Executing commands at boot time</a> for detailed explanation.