commit: 72c0824961fc257b634a9439496e04d1b3392ef1
Author: Doug Freed <dwfreed <AT> mtu <DOT> edu>
AuthorDate: Sat Dec 17 18:39:53 2016 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 18:39:53 2016 +0000
URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=72c08249
localmount: add comment about types variable
init.d/localmount.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/init.d/localmount.in b/init.d/localmount.in
index f02f929..cae80c3 100644
--- a/init.d/localmount.in
+++ b/init.d/localmount.in
@@ -22,6 +22,7 @@ depend()
start()
{
# Mount local filesystems in /etc/fstab.
+ # The types variable must start with no, and must be a type
local critical= types="noproc" x= no_netdev= rc=
for x in $net_fs_list $extra_net_fs_list; do
types="${types},${x}"