aboutsummaryrefslogtreecommitdiffstats
path: root/config/shellcmd
diff options
context:
space:
mode:
authordoktornotor <notordoktor@gmail.com>2015-10-23 16:50:18 +0200
committerdoktornotor <notordoktor@gmail.com>2015-10-23 16:50:18 +0200
commita88475c727c8b368e623215070704b336b1b21c1 (patch)
treebdcc6a7646fae45987c81bab479b4296f3bebbdb /config/shellcmd
parent901d4b81be5f518f4481e487f5568901ef60ac51 (diff)
downloadpfsense-packages-a88475c727c8b368e623215070704b336b1b21c1.tar.gz
pfsense-packages-a88475c727c8b368e623215070704b336b1b21c1.tar.bz2
pfsense-packages-a88475c727c8b368e623215070704b336b1b21c1.zip
Remove broken GitHub link...
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.