open more directories
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 16 Oct 1980 17:07:31 +0000 (09:07 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Thu, 16 Oct 1980 17:07:31 +0000 (09:07 -0800)
SCCS-vsn: usr.sbin/update/update.c 4.2

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,
 };