summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-06-15 12:29:30 +0700
committergnhb <gnoahb@gmail.com>2010-06-15 12:29:30 +0700
commit5d9d443a4175d82e205a69783336a5a9f377e71e (patch)
tree9f2cbf116252d600f0405f4aafd81596051c494a
parentea5f6c955b46ec8f98bb06a7cbab5e14092152d0 (diff)
downloadpfsense-5d9d443a4175d82e205a69783336a5a9f377e71e.zip
pfsense-5d9d443a4175d82e205a69783336a5a9f377e71e.tar.gz
Comment out log suppression. No front end control implemented yet.
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 2bbc4e8..fff7d1d 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1217,7 +1217,7 @@ EOD;
EOD;
if (!isset($ppp['verbose_log']))
$mpdconf .= <<<EOD
- log -bund -ccp -chat -iface -ipcp -lcp -link
+ #log -bund -ccp -chat -iface -ipcp -lcp -link
EOD;
foreach($ports as $pid => $port){
OpenPOWER on IntegriCloud