Made the termcap check just a warning if terminfo or termcap don't exist,

If a terminfo directory is found, linux will need to exist or the test will
return error.  This is better because the root filesystem can still work
if this information doesn't exist.  A minority of gettys will fail if they
use termcap or terminfo, but this check was removed from the chrooted tests
several months ago for the reason just cited.  Note: check_getty_type_call
was removed from Yard.pm, but exists in chrooted tests without the termcap
check.  Also, added a close which was missing.
This commit is contained in:
freesource
2001-12-08 04:16:13 +00:00
parent a9cee74c7e
commit 58e7a202da
2 changed files with 27 additions and 37 deletions
+12 -4
View File
@@ -1,9 +1,17 @@
1.3.0 - 12/07/2001
------------------
Removed an unecessary check from the fstab test, and improved a regexp which
was failing if tabs were used in the fstab. Also, added a close for the
background termcap test.
Made the termcap check just a warning if terminfo or termcap don't exist,
If a terminfo directory is found, linux will need to exist or the test will
return error. This is better because the root filesystem can still work
if this information doesn't exist. A minority of gettys will fail if they
use termcap or terminfo, but this check was removed from the chrooted tests
several months ago for the reason just cited. Note: check_getty_type_call
was removed from Yard.pm, but exists in chrooted tests without the termcap
check. Also, added a close which was missing.
Removed an unnecessary check from the fstab test, and improved a regexp which
was failing if tabs were used in the fstab.
State is saved for all check buttons when the yard box is opened and
closed. Deciding whether to save state between invocations of gbootroot
@@ -114,7 +122,7 @@ device hadn't been umounted yet, this was observed with genext2fs but was
certainly a global bug. This has been fixed.
The majority of add-on replacements except for passwd*, shadow, and
ld.so.conf have $Id: Changes,v 1.1 2001/12/07 07:02:04 freesource Exp $ and "make_debian replacement".
ld.so.conf have $Id: Changes,v 1.2 2001/12/08 03:20:22 freesource Exp $ and "make_debian replacement".
Original CVS information is now preserved so
that non-root users and root can't edit global replacements, the basic idea