mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-09 07:40:34 +01:00
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:
parent
32aa436b40
commit
400cceb393
5 changed files with 14 additions and 3 deletions
11
ChangeLog
11
ChangeLog
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) \
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue