diff options
-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. |