summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-03 20:08:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-03 20:08:09 +0000
commitfb237984427cdf22f23ae0fb5b629f753a5ce0b1 (patch)
tree6495b0586da57cfbced8ed958a7646cc3375b7c1 /etc/inc
parenta35f811a23ac04c2a636db30296ca5fe0874c9f5 (diff)
downloadpfsense-fb237984427cdf22f23ae0fb5b629f753a5ce0b1.zip
pfsense-fb237984427cdf22f23ae0fb5b629f753a5ce0b1.tar.gz
Alert when using ez-ipupdate
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/services.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 3a206a4..22660a8 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -380,6 +380,7 @@ function services_dyndns_configure() {
if ($g['booting']) {
echo "Starting DynDNS client... ";
if($config['system']['use_old_dyndns'] <> "") {
+ echo " [Using ez-ipupdate] ";
services_dyndns_configure_old();
exit;
}
OpenPOWER on IntegriCloud