rpms/rp-pppoe/devel pppoe-start,1.1,1.2 rp-pppoe.spec,1.39,1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Mar 20 19:00:54 UTC 2007


Author: than

Update of /cvs/dist/rpms/rp-pppoe/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22201

Modified Files:
	pppoe-start rp-pppoe.spec 
Log Message:
setting DEBUG for adsl-start causes adsl-connect to exit, #195828



Index: pppoe-start
===================================================================
RCS file: /cvs/dist/rpms/rp-pppoe/devel/pppoe-start,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pppoe-start	20 Mar 2007 18:29:36 -0000	1.1
+++ pppoe-start	20 Mar 2007 19:00:47 -0000	1.2
@@ -168,7 +168,7 @@
 echo $$ > $PIDFILE.start
 
 # Start the connection in the background unless we're debugging
-if [ "$DEBUG" = "1" ] ; then
+if [ "$DEBUG" != "" ] ; then
     $CONNECT "$@"
     exit 0
 fi


Index: rp-pppoe.spec
===================================================================
RCS file: /cvs/dist/rpms/rp-pppoe/devel/rp-pppoe.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- rp-pppoe.spec	20 Mar 2007 18:29:36 -0000	1.39
+++ rp-pppoe.spec	20 Mar 2007 19:00:47 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: A PPP over Ethernet client (for xDSL support).
 Name: rp-pppoe
 Version: 3.8
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: System Environment/Daemons
 Url: http://www.roaringpenguin.com/pppoe/
@@ -145,6 +145,9 @@
 %{_mandir}/man?/*
 
 %changelog
+* Tue Mar 20 2007 Than Ngo <than at redhat.com> - 3.8-2.fc7
+- setting DEBUG for adsl-start causes adsl-connect to exit, #195828
+
 * Tue Mar 20 2007 Than Ngo <than at redhat.com> - 3.8-1.fc7
 - update to 3.8
 




More information about the fedora-cvs-commits mailing list