various small fixes.

. motd update (ast)
 . made /usr/local/man/man* and made them bin-owned (mtree)
   (to let bin install there)
 . made copyright notice in kernel 1987-2006 (ast)
 . added chown -R bin /usr/src so that bin can compile everything
This commit is contained in:
Ben Gras
2005-08-08 14:34:10 +00:00
parent 1569a60360
commit bfb7608412
4 changed files with 20 additions and 8 deletions

View File

@@ -169,7 +169,7 @@ PUBLIC void main()
PRIVATE void announce(void)
{
/* Display the MINIX startup banner. */
kprintf("MINIX %s.%s. Copyright 2001 Prentice-Hall, Inc.\n",
kprintf("MINIX %s.%s. Copyright 1987-2006 Prentice-Hall, Inc.\n",
OS_RELEASE, OS_VERSION);
#if (CHIP == INTEL)