Bug 721428

Summary: systemd: remote-fs.target starts nfs and cifs
Product: [openSUSE] openSUSE 12.1 Reporter: Ludwig Nussel <lnussel>
Component: BasesystemAssignee: Frederic Crozat <fcrozat>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Ludwig Nussel 2011-09-30 09:00:23 UTC
The remote-fs target for some reason wants to start nfs and cifs even though they are not enabled in sysv. nfs and cifs whould be only a precondition to remote-fs if they are actually enabled.
Comment 1 Frederic Crozat 2011-10-05 15:06:34 UTC
hmm, systemd-insserv-conf generator is adding a weak dependency on cifs and nfs but unfortunately, this dependency caused those services to be enabled.

I have a fix in my home:fcrozat:systemd/systemd package
Comment 2 Frederic Crozat 2011-10-12 12:04:35 UTC
fixed