Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 305068 Details for
Bug 444502
NM_CONTROLLED is ignored
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
hardlinks patch
nm-system-settings-hardlinks.patch (text/plain), 1.52 KB, created by
Gene Czarcinski
on 2008-05-11 20:47:58 UTC
(
hide
)
Description:
hardlinks patch
Filename:
MIME Type:
Creator:
Gene Czarcinski
Created:
2008-05-11 20:47:58 UTC
Size:
1.52 KB
patch
obsolete
>diff -uNr NetworkManager-0.7.0.old/system-settings/plugins/ifcfg-fedora/plugin.c NetworkManager-0.7.0/system-settings/plugins/ifcfg-fedora/plugin.c >--- NetworkManager-0.7.0.old/system-settings/plugins/ifcfg-fedora/plugin.c 2008-05-10 16:57:57.000000000 -0400 >+++ NetworkManager-0.7.0/system-settings/plugins/ifcfg-fedora/plugin.c 2008-05-10 17:11:08.000000000 -0400 >@@ -819,6 +819,32 @@ > /* Updated connection */ > handle_connection_changed (plugin, filename); > } >+ } else if ((evt.wd > priv->wd) && (path != NULL)) { /* handle hardlinks */ >+ gchar *basename; >+ basename = g_path_get_basename(path); >+ strncpy(filename,basename,PATH_MAX); >+ g_free(basename); >+ >+ if ( strncmp (filename, IFCFG_TAG, strlen (IFCFG_TAG)) >+ && strncmp (filename, KEYS_TAG, strlen (KEYS_TAG))) >+ continue; >+ >+ /* ignore some files ... this should NOT be needed */ >+ if ( should_ignore_file (filename, BAK_TAG) >+ || should_ignore_file (filename, TILDE_TAG) >+ || should_ignore_file (filename, ORIG_TAG) >+ || should_ignore_file (filename, REJ_TAG)) >+ continue; >+ >+ if (evt.mask & (IN_CREATE | IN_MOVED_TO)) { >+ handle_new_item (plugin, filename); >+ } else if (evt.mask & (IN_DELETE | IN_MOVED_FROM)) { >+ /* Remove connection */ >+ handle_connection_changed (plugin, filename); >+ } else if (evt.mask & IN_CLOSE_WRITE) { >+ /* Updated connection */ >+ handle_connection_changed (plugin, filename); >+ } > } else { > /* Track deletions and moves of the file itself */ > if ( (evt.mask & IN_DELETE_SELF)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 444502
:
304895
|
304896
|
305067
| 305068 |
305069