Go to file
bouyer 04f9354ab3 Some fixes for the do_install() function:
- Make all the functions called from do_install() return an error code,
  so that we can abort install if something went wrong.
- Add a 'errstr' argument to run_prog(), which if not NULL is displayed
  with msg_printf() and followed by process_menu(MENU_ok) if the command fail.
  Used to warn the user that the current action is aborted.
- in a few places use msg_display() or msg_printf() rather than printf.
  It seems that stdout/stderr are not always pointing to the active curses
  window.
- garbage-collecd unused messages, add a few new one (error handling).
XXX only tested on i386. Other md parts should be tested as well.
1999-04-09 10:24:38 +00:00
bin Correct a rather obvious typo (once Tor Egge pointed it out to me) 1999-04-06 21:05:27 +00:00
distrib Some fixes for the do_install() function: 1999-04-09 10:24:38 +00:00
etc add a comment explaining how "pcvt" fonts can be used 1999-04-08 10:58:36 +00:00
games change: 1999-04-06 04:54:19 +00:00
gnu Deal with MKSHARE/MKNLS. 1999-04-08 15:18:00 +00:00
include move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
lib remove unused label 1999-04-08 17:07:02 +00:00
libexec change: 1999-04-06 04:54:19 +00:00
regress move __getcwd prototypes to libc-private header file. 1999-03-26 22:23:57 +00:00
sbin If checklabel() failed, the label has not been written, so exit(1). 1999-04-09 10:06:18 +00:00
share add a paragraph about the "console" property 1999-04-08 16:29:56 +00:00
sys actually include <net/if_ether.h> to get these constants 1999-04-09 09:34:13 +00:00
usr.bin On suggestion by Alistair Crooks use stat() instead of lstat() for "bzcat" 1999-04-08 18:34:27 +00:00
usr.sbin Reduce default crontab size limit to 32K. Use the limit in 1999-04-09 02:47:03 +00:00
Makefile Improve documentation. 1999-04-01 02:49:12 +00:00