Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release-src > by-pkgid > c09c0a7807d7883e05228cf1dc58a7be > files > 4

gnome-ppp-0.3.23-4.mga5.src.rpm

#
# Description: Fix "malformed input line" warning
#
diff -Nur -x '*.orig' -x '*~' gnome-ppp-0.3.23/build-tree/gnome-ppp-0.3.23/src/gnome-ppp.c gnome-ppp-0.3.23.new/build-tree/gnome-ppp-0.3.23/src/gnome-ppp.c
--- gnome-ppp-0.3.23/src/gnome-ppp.c	2005-05-03 19:38:31.000000000 -0400
+++ gnome-ppp-0.3.23/src/gnome-ppp.c	2009-09-10 00:10:05.000000000 -0400
@@ -824,7 +824,7 @@
 	else
 		g_fprintf (file, ";Dock = off\n");
 	
-	g_fprintf (file, ";Do NOT edit this file by hand!\n");
+	g_fprintf (file, "# Do NOT edit this file by hand!\n");
 	
 	fclose (file);
 	g_free (wvconf);