Bugzilla – Attachment 61861 Details for
Bug 141182
--ghost does not work in auto.master
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
Adding --ghost processing for files and nis
autofs.diff (text/plain), 1014 bytes, created by
Matthias Hopf
on 2006-01-02 15:41:01 UTC
(
hide
)
Description:
Adding --ghost processing for files and nis
Filename:
MIME Type:
Creator:
Matthias Hopf
Created:
2006-01-02 15:41:01 UTC
Size:
1014 bytes
patch
obsolete
>--- /etc/init.d/autofs 2005-09-09 20:52:35.000000000 +0200 >+++ autofs.kosh 2006-01-02 16:25:11.000000000 +0100 >@@ -67,8 +67,12 @@ > else > mountoptions="" > fi >+ if echo $options | grep -- '-g' >/dev/null 2>&1 ; then >+ mountoptions="--ghost" >+ fi > options=`echo "$options" | sed -e ' > s/--*t\(imeout\)*[ \t]*[0-9][0-9]*//g >+ s/--*g\(host\)*//g > s/\(^\|[ \t]\)-/\1/g'` > if [ -x $map ]; then > echo "$DAEMON $daemonoptions $mountoptions $dir program $map $options $localoptions" >@@ -99,8 +103,12 @@ > mountoptions="--timeout $(echo $options | \ > sed 's/^.*-t\(imeout\)*[ \t]*\([0-9][0-9]*\).*$/\2/g')" > fi >+ if echo $options | grep -- '-g' >/dev/null 2>&1 ; then >+ mountoptions="--ghost" >+ fi > options=`echo "$options" | sed -e ' > s/--*t\(imeout\)*[ \t]*[0-9][0-9]*//g >+ s/--*g\(host\)*//g > s/\(^\|[ \t]\)-/\1/g'` > if [ -x $map ]; then > echo "$DAEMON $daemonoptions $mountoptions $dir program $map $options $localoptions"
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 141182
:
61861
|
61862
|
68638