1 |
slords |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-pptpd-1.12.0/root/etc/e-smith/templates/etc/pptpd.conf/debug mezzanine_patched_e-smith-pptpd-1.12.0/root/etc/e-smith/templates/etc/pptpd.conf/debug |
2 |
|
|
--- e-smith-pptpd-1.12.0/root/etc/e-smith/templates/etc/pptpd.conf/debug 2002-05-18 14:15:06.000000000 -0400 |
3 |
|
|
+++ mezzanine_patched_e-smith-pptpd-1.12.0/root/etc/e-smith/templates/etc/pptpd.conf/debug 2006-04-09 15:55:02.000000000 -0400 |
4 |
|
|
@@ -1,7 +1,4 @@ |
5 |
|
|
{ |
6 |
|
|
-# TAG: debug |
7 |
|
|
-# |
8 |
|
|
-# Turns on (more) debugging to syslog. |
9 |
|
|
-# |
10 |
|
|
+ my $debug = $pptpd{debug} || 'no'; |
11 |
|
|
+ $OUT = $debug eq 'yes' ? "debug" : "# debug is not enabled"; |
12 |
|
|
} |
13 |
|
|
-debug |