diff options
author | Thomas Bushnell <thomas@gnu.org> | 1997-06-30 21:58:57 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1997-06-30 21:58:57 +0000 |
commit | 3d78237de1e2eb1493079f5ede152d2433a10c70 (patch) | |
tree | 4466293aacea3f7d34659e852f0513750179e2f5 | |
parent | ddd76228abdee588751d20b1aac615bd46aa08cf (diff) |
*** empty log message ***
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | release/checklist | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,7 @@ See `tasks', the exported task list. *** add chflags flags to appropriate header(s) *** declare reboot() somewhere. *** extra commas in enums in socket.h and errnos.h. +*** emacs, on standalone system, with no nsswitch.conf, crashes. ** libports: *** Get rid of general `uninibited-rpcs' mechanism in libports, & just diff --git a/release/checklist b/release/checklist index 720898cd..2e27a4b3 100644 --- a/release/checklist +++ b/release/checklist @@ -19,6 +19,7 @@ Checklist for binary image filesystems * Symlink /lib/libtermcap.a -> /lib/libncurses.a, termcap_g.a, curses_g.a, curses.a. * Symlink /lib/ld.so -> /lib/ld.so.1. +* Symlink . -> /usr. * Make sure directories exist: /tmp, /var/run. * Touch /var/log/wtmp. * Check all symlinks to make sure they don't reference /gd4. |