Bug 234004

Summary: /etc/NetworkManager/dispatcher.d missing in rpm
Product: [Fedora] Fedora Reporter: Guenther Deschner <gdeschner>
Component: NetworkManagerAssignee: Christopher Aillon <caillon>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6CC: samba-bugs-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1:0.6.5-8 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-08-07 16:41:11 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 219287    

Description Guenther Deschner 2007-03-26 16:11:09 UTC
Description of problem:

/etc/NetworkManager/dispatcher.d is missing in rpm package. 
That directory is documented in NetworkManagerDispatcher(1) so it should be there.

Version-Release number of selected component (if applicable):
in all fc6 releases, also till f7 test2

How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Guenther Deschner 2007-04-03 14:26:44 UTC
Adding samba-bugs in CC: as offline mode will depend on this.

Comment 2 Guenther Deschner 2007-05-14 12:50:54 UTC
Any news on this?

Comment 3 Guenther Deschner 2007-05-24 12:29:30 UTC
The fix is so easy...

gd@mthelena:~/redhat/NetworkManager> cvs diff FC-6/NetworkManager.spec
Index: FC-6/NetworkManager.spec
===================================================================
RCS file: /cvs/dist/rpms/NetworkManager/FC-6/NetworkManager.spec,v
retrieving revision 1.129
diff -u -p -r1.129 NetworkManager.spec
--- FC-6/NetworkManager.spec    13 Nov 2006 01:45:25 -0000      1.129
+++ FC-6/NetworkManager.spec    24 May 2007 12:27:47 -0000
@@ -211,6 +211,7 @@ fi
 %{_sbindir}/%{name}
 %{_sbindir}/NetworkManagerDispatcher
 %dir %{_sysconfdir}/NetworkManager/
+%dir %{_sysconfdir}/NetworkManager/dispatcher.d
 %{_bindir}/nm-tool
 %{_libdir}/libnm-util.so*
 %{_mandir}/man1/NetworkManager.1.gz


Comment 4 Guenther Deschner 2007-08-07 13:31:26 UTC
Ping

Comment 5 Christopher Aillon 2007-08-07 16:41:11 UTC
Oops, I thought I fixed this ages ago.  It's been in my tree but never
committed.  Thanks for the reping.  I just committed and built the fix into rawhide.