summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xetc/rc.newroutedns10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/rc.newroutedns b/etc/rc.newroutedns
index 11e0876..9e5139e 100755
--- a/etc/rc.newroutedns
+++ b/etc/rc.newroutedns
@@ -3,17 +3,17 @@
/*
Copyright (C) 2013 Renato Botelho <garga@pfsense.org>.
All rights reserved.
-
+
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
-
+
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
-
+
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
-
+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
@@ -47,7 +47,7 @@ $routelck = lock('routedns', LOCK_EX);
/* We will walk the list of hostnames found in static routes
* configuration. Since we are already triggered by filterdns
- * that a hostname has changed we can proceed to compare the
+ * that a hostname has changed we can proceed to compare the
* new IP address with the old address from the DNS cache.
*/
system_staticroutes_configure();
OpenPOWER on IntegriCloud