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 147998 Details for
Bug 228502
autofs don't understand -null
[?]
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.
new autofs diff file
autofs.diff (text/x-patch), 1.07 KB, created by
Ralf Brunckhorst
on 2007-02-13 16:27:22 UTC
(
hide
)
Description:
new autofs diff file
Filename:
MIME Type:
Creator:
Ralf Brunckhorst
Created:
2007-02-13 16:27:22 UTC
Size:
1.07 KB
patch
obsolete
>--- /etc/init.d/autofs.orig 2007-02-09 12:08:22.000000000 +0100 >+++ /etc/init.d/autofs 2007-02-13 12:55:46.000000000 +0100 >@@ -190,6 +190,9 @@ function getmounts() > getrawmounts | ( > while read dir map options > do >+ # [CHANGED] >+ [ -n "$dir" ] || continue >+ > # These checks screen out duplicates and skip over directories > # where the map is '-'. > # We can't do empty or direct host maps, so don't bother trying. >@@ -221,7 +224,12 @@ function getmounts() > done > fi > >- if [ ! -z "$dir" -a ! -z "$map" \ >+ # [CHANGED] >+ knownmaps=" $dir/ $knownmaps" >+ >+ # [CHANGED] >+ #if [ ! -z "$dir" -a ! -z "$map" \ >+ if [ -n "$map" \ > -a x`echo "$map" | cut -c1` != 'x-' ] > then > # If the options include a -t or --timeout, a -g or --ghost, >@@ -337,7 +345,8 @@ function getmounts() > echo "$DAEMON $startupoptions $dir $maptype $map $mapoptions $LOCALOPTIONS" | sed -e 's/ / /g' -e 's/ */ /g' > > : echo ------------------------ >- knownmaps=" $dir/ $knownmaps" >+ # [CHANGED] >+ #knownmaps=" $dir/ $knownmaps" > fi > done > )
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 Raw
Actions:
View
Attachments on
bug 228502
:
147981
|
147998
|
151684