hal/hald/linux2 classdev.c,1.43,1.44
Danny Kukawka
dkukawka at kemper.freedesktop.org
Thu May 25 08:16:21 PDT 2006
Update of /cvs/hal/hal/hald/linux2
In directory kemper:/tmp/cvs-serv6002/hald/linux2
Modified Files:
classdev.c
Log Message:
2006-05-25 Danny Kukawka <danny.kukawka at web.de>
* hald/linux2/classdev.c: (net_add): removed net.interface_up
property because we never refresh the value, since this info is gone
into NetworkMananger and removed from HAL (see fd.o bug #6233).
* doc/spec/hal-spec-properties.xml: changed net.interface_up to not
mandatory
Index: classdev.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux2/classdev.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- classdev.c 3 Mar 2006 19:19:53 -0000 1.43
+++ classdev.c 25 May 2006 15:16:19 -0000 1.44
@@ -206,7 +206,6 @@
if (!hal_util_get_int_from_file (sysfs_path, "flags", &flags, 16))
goto error;
- hal_device_property_set_bool (d, "net.interface_up", flags & IFF_UP);
media_type = hal_device_property_get_int (d, "net.arp_proto_hw_id");
if (media_type == ARPHRD_ETHER) {
More information about the hal-commit
mailing list