merge common code from dmf and dmz drivers
[unix-history] / usr / src / usr.sbin / update / update.c
index f389219..c20c17b 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)update.c    4.1 (Berkeley) %G%";
+static char *sccsid = "@(#)update.c    4.2 (Berkeley) %G%";
 /*
  * Update the file system every 30 seconds.
  * For cache benefit, open certain system directories.
 /*
  * Update the file system every 30 seconds.
  * For cache benefit, open certain system directories.
@@ -8,8 +8,11 @@ static char *sccsid = "@(#)update.c    4.1 (Berkeley) %G%";
 
 char *fillst[] = {
        "/bin",
 
 char *fillst[] = {
        "/bin",
+       "/lib",
        "/usr",
        "/usr/bin",
        "/usr",
        "/usr/bin",
+       "/usr/lib",
+       "/usr/ucb",
        0,
 };
 
        0,
 };