BSD 4 release
[unix-history] / usr / src / cmd / update.c
index 85c0540..34346c0 100644 (file)
@@ -1,3 +1,4 @@
+static char *sccsid = "@(#)update.c    4.2 (Berkeley) 10/15/80";
 /*
  * 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.
@@ -7,8 +8,11 @@
 
 char *fillst[] = {
        "/bin",
 
 char *fillst[] = {
        "/bin",
+       "/lib",
        "/usr",
        "/usr/bin",
        "/usr",
        "/usr/bin",
+       "/usr/lib",
+       "/usr/ucb",
        0,
 };
 
        0,
 };