prevented dashes in hostnames. This was posted in BZ by Thomas
A. Fine.
* README.sun2amd: Fixed a typo. Sentence mentions use of autofs
type when it should be host type.
+2006-02-16 Daniel P. Ottavio <ottavio@vm.fsl.cs.sunysb.edu>
+
+ * amd/sum_map_tok.l: Fixed a bug in a regular expression that
+ prevented dashes in hostnames. This was posted in BZ by Thomas
+ A. Fine.
+
+ * README.sun2amd: Fixed a typo. Sentence mentions use of autofs
+ type when it should be host type.
+
2006-01-04 Erez Zadok <ezk@cs.sunysb.edu>
* doc/am-utils.texi (auto_attrcache Parameter): revise discussion
Q1: I know "/net" is not supported, but how can I achieve the same
functionality with Amd?
-A1: In short, you must create the '/net' entry as a Amd entry of type autofs
+A1: In short, you must create the '/net' entry as a Amd entry of type host
by hand. Below is an example of how to do this. See the Amd
documentation on type autofs for more information.
/* allocate more output slots so lex scanners don't run out of mem */
%o 1024
-WORD_REX [A-Za-z0-9_/&\.$=]+
+WORD_REX [A-Za-z0-9_/&\.$=]+[A-Za-z0-9_/&\.$=-]*
COMMENT_REX ^#.*\n
WSPACE_REX [ \t]*
NEWLINE_REX [ \t]*\n