diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-02-09 17:55:34 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-02-09 17:55:34 +0000 |
commit | 5cf44e4836873c2ef53c8e89867a0859166b19ad (patch) | |
tree | 883b69c54ef56141f9f3bc58d7ecf87f9e490b5a | |
parent | f899154d513007ba9c8d483fc1e1ca837bf08a8c (diff) | |
download | pfsense-5cf44e4836873c2ef53c8e89867a0859166b19ad.zip pfsense-5cf44e4836873c2ef53c8e89867a0859166b19ad.tar.gz |
Alert when rc.dyndns.update is starting
-rwxr-xr-x | etc/rc.dyndns.update | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/rc.dyndns.update b/etc/rc.dyndns.update index 34aa260..ca81432 100755 --- a/etc/rc.dyndns.update +++ b/etc/rc.dyndns.update @@ -33,6 +33,8 @@ require_once("config.inc"); require_once("functions"); require_once("filter.inc"); +log_error("Informational: services_dyndns_configure() is starting."); + services_dyndns_configure(); ?> |