[70404] branches/gsoc10-configfiles/base/src/registry2.0/entryobj.c
Revision: 70404 http://trac.macports.org/changeset/70404 Author: and.damore@macports.org Date: 2010-08-08 04:22:41 -0700 (Sun, 08 Aug 2010) Log Message: ----------- added new command association for map_with_md5 to $entry obj Modified Paths: -------------- branches/gsoc10-configfiles/base/src/registry2.0/entryobj.c Modified: branches/gsoc10-configfiles/base/src/registry2.0/entryobj.c =================================================================== --- branches/gsoc10-configfiles/base/src/registry2.0/entryobj.c 2010-08-08 10:44:41 UTC (rev 70403) +++ branches/gsoc10-configfiles/base/src/registry2.0/entryobj.c 2010-08-08 11:22:41 UTC (rev 70404) @@ -443,6 +443,7 @@ { "requested", entry_obj_prop }, /* filemap */ { "map", entry_obj_filemap }, + { "map_with_md5", entry_obj_filemap_with_md5 }, { "unmap", entry_obj_filemap }, { "files", entry_obj_files }, { "imagefiles", entry_obj_imagefiles },
participants (1)
-
and.damore@macports.org