|
From: James C. <qu...@us...> - 2006-08-21 06:07:14
|
Update of /cvsroot/pptpclient/pptp-extras/pptpconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13315 Modified Files: pptpconfig.php Log Message: pre-release $VERSION Index: pptpconfig.php =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/pptpconfig.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- pptpconfig.php 19 Jul 2006 06:13:06 -0000 1.10 +++ pptpconfig.php 21 Aug 2006 06:07:11 -0000 1.11 @@ -1781,6 +1781,7 @@ scribe($context, "$me: debug information dump begins\n"); scribe($context, "WARNING: security sensitive information follows\n"); scribe($context, id() . "\n"); + scribe($context, "# pptp --version\n" . `pptp --version 2>&1`); scribe($context, "# pppd --version\n" . `pppd --version 2>&1`); scribe($context, "# uname -a\n" . `uname -a`); scribe($context, "# modinfo ppp_mppe || modinfo ppp_mppe_mppc\n" . `modinfo ppp_mppe || modinfo ppp_mppe_mppc`); |