From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1fcf5d80367946a3885242303a2b4002@centurytel.net> To: 9fans@cse.psu.edu From: "Skip Tavakkolian" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] namespace file parsing Date: Wed, 4 Feb 2004 00:00:38 -0800 Topicbox-Message-UUID: cced5f7a-eacc-11e9-9e20-41e7f4b1d025 I (painfully) discovered that directives like the following in /lib/namespace(.$sysname) were being silently ignored due to the quotes around the #device name: bind -b '#l1' /net.alt # etc. I think this is confusing because, as in rc, '#' is also used for comments.