rpms/knetworkmanager/FC-6 knetworkmanager-kpp.patch, NONE, 1.1 knetworkmanager-dbus.patch, 1.2, NONE

Dennis Gilmore (ausil) fedora-extras-commits at redhat.com
Fri Feb 2 14:33:10 UTC 2007


Author: ausil

Update of /cvs/extras/rpms/knetworkmanager/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3367

Added Files:
	knetworkmanager-kpp.patch 
Removed Files:
	knetworkmanager-dbus.patch 
Log Message:
fix patches



knetworkmanager-kpp.patch:

--- NEW FILE knetworkmanager-kpp.patch ---
--- knetworkmanager-orig/knetworkmanager/configure.in.in	2007-01-23 07:56:04.000000000 -0600
+++ knetworkmanager/knetworkmanager/configure.in.in	2007-01-27 00:16:57.000000000 -0600
@@ -48,9 +48,10 @@
 AC_LANG_RESTORE
 
 
-AC_ARG_WITH(distro, AC_HELP_STRING([--with-distro=DISTRO], [Specify the Linux distribution to target: suse]))
+AC_ARG_WITH(distro, AC_HELP_STRING([--with-distro=DISTRO], [Specify the Linux distribution to target: suse, fedora]))
 if test "x$with_distro" = "x"; then
 	AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse")
+	AC_CHECK_FILE(/etc/redhat-release,with_distro="fedora")
 	if test "x$with_distro" = "x"; then
 		with_distro=`lsb_release -is`
 	fi
@@ -65,6 +66,9 @@
 		suse)
 			AC_DEFINE_UNQUOTED(KNETWORKMANAGER_DIALUP_CONFIG, "kdesu --nonewdcop /sbin/yast2 modem", [Command to launch dial up configuration tool])
 			;;
+                fedora)
+			AC_DEFINE_UNQUOTED(KNETWORKMANAGER_DIALUP_CONFIG, "kdesu --nonewdcop /usr/bin/kppp", [Command to launch dial up configuration tool])
+			;; 
 		*)
 			echo "Your distribution (${with_distro}) is not yet supported (e.g. you will not be able to launch a tool to configure dial-up connections.)"
 			;;


--- knetworkmanager-dbus.patch DELETED ---




More information about the scm-commits mailing list