* scripts/amd.conf-sample (map_type): typo, said mount_type
authorErez Zadok <ezk@cs.sunysb.edu>
Wed, 15 Jun 2005 19:55:48 +0000 (19:55 +0000)
committerErez Zadok <ezk@cs.sunysb.edu>
Wed, 15 Jun 2005 19:55:48 +0000 (19:55 +0000)
instead of map_type for the 'exec' example.

ChangeLog
scripts/amd.conf-sample

index b59e455571389403ae2f14c376645963f18e5303..cdebe56cf0e78972bad62ec11c948f58c2c95cff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-15  Erez Zadok  <ezk@cs.sunysb.edu>
+
+       * scripts/amd.conf-sample (map_type): typo, said mount_type
+       instead of map_type for the 'exec' example.
+
 2005-06-11  Erez Zadok  <ezk@cs.sunysb.edu>
 
        *******************************************************************
index a5a60dda9db093ca03e5f61db585919ade5d4bba..5ece23ac7bb226b3827e9cc9b756ca82502985ef 100644 (file)
@@ -138,6 +138,6 @@ map_defaults =                      type:=nfs
 [ /test ]
 map_name =                     /etc/lookup-entry.sh
 # an executable map type
-mount_type =                   exec
+map_type =                     exec
 
 ##############################################################################