diff options
author | jim-p <jimp@pfsense.org> | 2010-08-03 16:32:33 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2010-08-03 16:33:34 -0400 |
commit | c8bf8b29fca83eeafec86fd33d4db7ae8d6875f8 (patch) | |
tree | b4a95223f84f2ed2826e304b115aee76dbe9cfc0 | |
parent | ef2029df87ec0df1886510486a5a33914ebb9185 (diff) | |
download | pfsense-c8bf8b29fca83eeafec86fd33d4db7ae8d6875f8.zip pfsense-c8bf8b29fca83eeafec86fd33d4db7ae8d6875f8.tar.gz |
Remove these from the default config. They moved into other sections and do not need to exist by default.
-rw-r--r-- | conf.default/config.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/conf.default/config.xml b/conf.default/config.xml index 2296a42..a041e5e 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -258,26 +258,6 @@ </route> --> </staticroutes> - <pppoe> - <username></username> - <password></password> - <provider></provider> - <!-- - <ondemand/> - <timeout></timeout> - --> - </pppoe> - <pptp> - <username></username> - <password></password> - <local></local> - <subnet></subnet> - <remote></remote> - <!-- - <ondemand/> - <timeout></timeout> - --> - </pptp> <dhcpd> <lan> <enable/> |