* amd/sun_map.c (sun_append_str): When translating '&' from Sun
authorErez Zadok <ezk@cs.sunysb.edu>
Fri, 13 Apr 2007 20:13:01 +0000 (20:13 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 13 Apr 2007 20:13:01 +0000 (20:13 +0000)
commit0bf1e413c81c8d0b01ccab13321db81fa05f040e
tree20a6905d484020eb2a41bcb3c4c723e22e198740
parentb1878e6ff54af8034d68849300c1c030bf251de6
* amd/sun_map.c (sun_append_str): When translating '&' from Sun
automounter maps, replace it with "${key}" in the Amd map, not
with the value of the key at the time.  This way '*' maps work
too.

* config.guess.long: don't use -q option to grep because some
systems don't support it.  Bug fix for solaris.

* amd/opts.c (expand_op): Don't call xstrlcpy() to truncate a
string.  It causes spurious xstrlcpy() syslog() errors.  Use
memcpy() and explicitly terminate the string.
ChangeLog
NEWS
amd/opts.c
amd/sun_map.c
config.guess.long