Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9913 - netmount rc script is broken
Summary: netmount rc script is broken
Status: RESOLVED DUPLICATE of bug 7803
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-29 13:13 UTC by Bart Theunissen
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bart Theunissen 2002-10-29 13:13:43 UTC
When you have nfs mounted directories in /etc/fstab, 'portmap' is added to
'myneed'. But afterwards, 'need ${mydeps}' is called. It should be 'need ${myneed}'.

--- BEGIN FIX ---

--- /etc/init.d/netmount        2002-09-27 13:51:20.000000000 +0200
+++ netmount.fixed    2002-10-20 12:15:06.000000000 +0200
@@ -21,7 +21,7 @@
                local myuse="${myuse} nfs"
        fi
 
-       need ${mydeps}
+       need ${myneed}
        use ${myuse}
 }

--- END FIX ---
Comment 1 SpanKY gentoo-dev 2002-10-29 15:21:52 UTC
update your baselayout beaver

*** This bug has been marked as a duplicate of 7803 ***