changeset 366:ea288683a557

Added password, motd
author boisy
date Thu, 22 Aug 2002 13:43:08 +0000
parents cc6f826c2b78
children 6a66a8f4264b
files level2/sys/makefile level2/sys/motd level2/sys/password
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/level2/sys/makefile	Wed Aug 21 18:06:24 2002 +0000
+++ b/level2/sys/makefile	Thu Aug 22 13:43:08 2002 +0000
@@ -2,7 +2,7 @@
 
 DEPENDS		= ./Makefile
 
-SYSFILES	= errmsg LogBook
+SYSFILES	= errmsg LogBook password motd
 SYSWINFILES	= stdfonts stdpats_2 stdpats_4 stdpats_16 stdptrs
 LEVEL1FILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
 		chx.hp cmp.hp cobbler.hp config.hp copy.hp date.hp \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level2/sys/motd	Thu Aug 22 13:43:08 2002 +0000
@@ -0,0 +1,3 @@
+
+Welcome to OS-9 Level Two!
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level2/sys/password	Thu Aug 22 13:43:08 2002 +0000
@@ -0,0 +1,5 @@
+,,0,128,/DD/CMDS,.,SHELL
+USER1,,1,128,.,.,SHELL
+USER2,,2,128,.,.,SHELL
+USER3,,3,128,.,.,SHELL
+USER4,,4,128,.,.,SHELL