Bug 719208

Summary: Adding /etc/auto.master.d to the package
Product: [Fedora] Fedora Reporter: Masatake YAMATO <yamato>
Component: autofsAssignee: Ian Kent <ikent>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: ikent
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: autofs-5.0.6-2.fc16 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-07-07 09:17:49 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
A patch adding /etc/auto.master.d to the package none

Description Masatake YAMATO 2011-07-06 03:59:31 UTC
Created attachment 511427 [details]
A patch adding /etc/auto.master.d to the package

Description of problem:

In the latest rawhide package, /etc/auto.master.d is added to /etc/auto.master.
However, /etc/auto.master.d directory is not prepared by autofs package.
So a user has to do mkdir to use the /etc/auto.master.d mechanism.
 

Version-Release number of selected component (if applicable):

1:5.0.6-1

How reproducible:


Steps to Reproduce:
1. ls -l /etc | grep auto.master.d
2.
3.
  
Actual results:

You will get no output.

Expected results:

drwxr-xr-x   2 root root      4096 Jun  6 19:41 auto.master.d

Additional info:

Please, apply the patch to the spec file.

Comment 1 Ian Kent 2011-07-06 06:05:42 UTC
(In reply to comment #0)
> 
> Please, apply the patch to the spec file.

Spec file has been updated.
Leaving in ASSIGNED until you can check the change.

Comment 2 Masatake YAMATO 2011-07-07 08:53:18 UTC
I confirmed the bug is fixed.