From: Ben Gras Date: Thu, 13 Apr 2006 14:29:11 +0000 (+0000) Subject: Andy's issue. X-Git-Tag: v3.1.2a~11 X-Git-Url: http://zhaoyanbai.com/repos/CHANGES?a=commitdiff_plain;h=928b4931065c6ebc0901caf906b5534677670459;p=minix.git Andy's issue. --- diff --git a/etc/Makefile b/etc/Makefile index 67837f4cd..09a2f71e3 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,7 +1,7 @@ ETC=/etc/ USRETC=/usr/etc/ -FILES1=fstab group hostname.file inet.conf motd mtab passwd profile protocols rc services termcap ttytab utmp rc.cd binary_sizes binary_sizes.big binary_sizes.xxl rc.rescue syslog.conf rc.daemons.dist +FILES1=fstab group hostname.file inet.conf motd mtab passwd profile protocols rc services termcap ttytab utmp rc.cd binary_sizes binary_sizes.big binary_sizes.xxl rc.rescue syslog.conf rc.daemons.dist issue FILES2=shadow FILES3=daily dhcptags.conf rc diff --git a/etc/issue b/etc/issue new file mode 100755 index 000000000..ef35ada68 --- /dev/null +++ b/etc/issue @@ -0,0 +1,7 @@ +To start X Windows, login as root and type: 'xdm'. For more information +about configuring X Windows, see www.minix3.org. + +If you do not have sufficient memory to run X Windows, standard MINIX 3 +supports multiple virtual terminals. Just use ALT+F1, F2, F3 and F4 to +navigate among them. + diff --git a/etc/motd b/etc/motd index ef35ada68..8b1378917 100755 --- a/etc/motd +++ b/etc/motd @@ -1,7 +1 @@ -To start X Windows, login as root and type: 'xdm'. For more information -about configuring X Windows, see www.minix3.org. - -If you do not have sufficient memory to run X Windows, standard MINIX 3 -supports multiple virtual terminals. Just use ALT+F1, F2, F3 and F4 to -navigate among them.