2008-10-03 Alexander Sack <asac@ubuntu.com>

* system-settings/plugins/ifcfg-fedora/nm-inotify-helper.c
	  system-settings/plugins/ifcfg-fedora/nm-inotify-helper.h
	  system-settings/plugins/ifcfg-fedora/Makefile.am
	  system-settings/src/nm-inotify-helper.c
	  system-settings/src/nm-inotify-helper.h
	  src/Makefile.am
		- Move ifcfg-fedora inotify helpers to the system settings service so
			they are available to all plugins



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4150 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Alexander Sack 2008-10-06 18:05:05 +00:00 committed by Dan Williams
parent 32aa436b40
commit 400cceb393
5 changed files with 14 additions and 3 deletions

View file

@ -1,3 +1,14 @@
2008-10-03 Alexander Sack <asac@ubuntu.com>
* system-settings/plugins/ifcfg-fedora/nm-inotify-helper.c
system-settings/plugins/ifcfg-fedora/nm-inotify-helper.h
system-settings/plugins/ifcfg-fedora/Makefile.am
system-settings/src/nm-inotify-helper.c
system-settings/src/nm-inotify-helper.h
src/Makefile.am
- Move ifcfg-fedora inotify helpers to the system settings service so
they are available to all plugins
2008-10-03 Alexander Sack <asac@ubuntu.com>
Implement support for wep-tx-keyidx in ifupdown system

View file

@ -10,9 +10,7 @@ libnm_settings_plugin_ifcfg_fedora_la_SOURCES = \
nm-ifcfg-connection.h \
reader.c \
reader.h \
common.h \
nm-inotify-helper.c \
nm-inotify-helper.h
common.h
libnm_settings_plugin_ifcfg_fedora_la_CPPFLAGS = \
$(GLIB_CFLAGS) \

View file

@ -13,6 +13,8 @@ nm_system_settings_SOURCES = \
dbus-settings.c \
dbus-settings.h \
main.c \
nm-inotify-helper.c \
nm-inotify-helper.h \
nm-polkit-helpers.c \
nm-polkit-helpers.h \
nm-system-config-error.c \