--- proposal.txt	Tue Jul 15 02:24:18 2008
+++ proposal-v2.txt	Mon Jul 21 19:18:15 2008
@@ -79,13 +79,33 @@
         /usr/bin/updatedb              Volatile           CLI
         /usr/share/man/man1/slocate.1  Volatile           man page
         /usr/share/man/man1/updatedb.1 Volatile           man page
+        /var/lib/slocate/slocate.db    Volatile           index file
+                                                          see comment 1
+        slocate                        Volatile           group name
+                                                          see comment 2
 
         ------------------------------------------------------------------
         Imported              Stability    ARC case      Comments
         ------------------------------------------------------------------
+        fts_xxxx() of
         /usr/lib/libast.so.1  private      2006/550
         (SONMAE libast.so.1)
 
+        /etc/updatedb.conf                               see comment 3
+
+        Comment 1: slocate.db is the index file which is be created by 
+        package install post, will be updated when using updatedb.
+
+        Comment 2: slocate is a group which is created by package install
+        post. Both slocate.db and slocate CLI belong to this group and 
+        slocate CLI has the group sticky bit on, so normal user can access
+        index file.
+
+        Comment 3: updatedb.conf is a configuration file of locate which
+        belongs to another package findutils. Slocate will parse this con-
+        figuration file if it exists. if not, Slocate still can works, it
+        just default or user inputed argument.
+
     4.6. Doc Impact:
 
         Community provided man pages will be installed.
