Archlinux in NM



Hi,

Thanks Dan for commiting our patch to NM cvs :-)

Perhaps a bit off topic but a quick question. How should we proceed our work in
our distribution to keep us up to date with NM? Should i submit patches to the
maillist, bugzilla or should i apply for a cvs account to be able to commit
by myself?

Attached is a _very_ small patch to get Arch support up to date.

/Tor
Index: src/backends/NetworkManagerArch.c
===================================================================
RCS file: /cvs/gnome/NetworkManager/src/backends/NetworkManagerArch.c,v
retrieving revision 1.1
diff -u -r1.1 NetworkManagerArch.c
--- src/backends/NetworkManagerArch.c	27 Mar 2006 18:29:17 -0000	1.1
+++ src/backends/NetworkManagerArch.c	27 Mar 2006 20:31:41 -0000
@@ -952,3 +952,15 @@
 {
 }
 
+
+/*
+ * nm_system_get_mtu
+ *
+ * Return a user-provided or system-mandated MTU for this device or zero if
+ * no such MTU is provided.
+ */
+unsigned int nm_system_get_mtu (NMDevice *dev)
+{
+	return 0;
+}
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]