diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-19 17:10:40 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-19 17:10:40 +0000 |
commit | ba86cc01a17cb803f41fd7642ddb358869034dc8 (patch) | |
tree | 6a3004c5bf627dce516a65f22973c15428db472b /etc/rc.dyndns.update | |
parent | a15d3e0f7e386b6c918fe567d77d5addf0104bf4 (diff) | |
download | pfsense-ba86cc01a17cb803f41fd7642ddb358869034dc8.zip pfsense-ba86cc01a17cb803f41fd7642ddb358869034dc8.tar.gz |
functions -> functions.inc
Diffstat (limited to 'etc/rc.dyndns.update')
-rwxr-xr-x | etc/rc.dyndns.update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.dyndns.update b/etc/rc.dyndns.update index ca81432..9a31ca1 100755 --- a/etc/rc.dyndns.update +++ b/etc/rc.dyndns.update @@ -30,7 +30,7 @@ */ require_once("config.inc"); -require_once("functions"); +require_once("functions.inc"); require_once("filter.inc"); log_error("Informational: services_dyndns_configure() is starting."); |