|
From: James C. <qu...@us...> - 2007-03-24 07:32:24
|
Update of /cvsroot/pptpclient/pptp-extras/pptpconfig In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12294 Modified Files: ChangeLog NEWS pptpconfig.desktop Log Message: Index: ChangeLog =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -d -r1.17 -r1.18 --- ChangeLog 6 Mar 2007 01:36:22 -0000 1.17 +++ ChangeLog 24 Mar 2007 07:32:14 -0000 1.18 @@ -1,3 +1,8 @@ +Sat Mar 24 18:29:21 2007 James Cameron <qu...@us...> + + * pptpconfig.desktop: use explicit path in case user has /usr/sbin + in path before /usr/bin, from: Jonathan Kamens. + Tue Mar 6 12:21:30 2007 mvsfnet <mv...@us...> * pptpconfig.php: tracker item 1662620 CLI patches. Index: NEWS =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/NEWS,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- NEWS 6 Mar 2007 01:36:22 -0000 1.12 +++ NEWS 24 Mar 2007 07:32:14 -0000 1.13 @@ -1,3 +1,4 @@ + - use explicit path in desktop [Cameron] - CLI patches [ 1662620 anonymous ] - add command line start, stop and status options [DiVerdi] - call setsid() to prevent process group kill hitting parent [Cameron] Index: pptpconfig.desktop =================================================================== RCS file: /cvsroot/pptpclient/pptp-extras/pptpconfig/pptpconfig.desktop,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- pptpconfig.desktop 16 Jun 2004 09:57:41 -0000 1.1 +++ pptpconfig.desktop 24 Mar 2007 07:32:14 -0000 1.2 @@ -4,7 +4,7 @@ Comment=Configure and start PPTP tunnels (VPN) Categories=Application;SystemSetup Encoding=UTF-8 -Exec=pptpconfig +Exec=/usr/bin/pptpconfig Icon= StartupNotify=true Terminal=false |