]> Zhao Yanbai Git Server - minix.git/commitdiff
rc: don't start floppy or at driver
authorBen Gras <ben@minix3.org>
Wed, 8 Mar 2006 12:21:40 +0000 (12:21 +0000)
committerBen Gras <ben@minix3.org>
Wed, 8 Mar 2006 12:21:40 +0000 (12:21 +0000)
passwd: add games for nethack

etc/passwd
etc/rc

index 832e145bedaef7c8f282af89aec62f1655e956b2..abb31f4d5d6ed99164524b09f608cf3ac90b8fac 100755 (executable)
@@ -9,4 +9,5 @@ www:*:9:9:World Wide Web:/usr/www:
 driver:*:10:10:Device Drivers:/:
 server:*:11:11:OS Servers:/:
 sshd:*:22:22:sshd:/:
+games:*:9998:98::/:
 nobody:*:9999:99::/tmp:
diff --git a/etc/rc b/etc/rc
index c92d61840431c0b28c121036c8ddccbe02e2adec..90847a5a77cac2306353c43fb04a947c52a70f77 100755 (executable)
--- a/etc/rc
+++ b/etc/rc
@@ -48,12 +48,6 @@ start)
     # National keyboard?
     test -f /etc/keymap && loadkeys /etc/keymap
 
-    # Start crucial system services. The floppy driver *must* be loaded 
-    # first, as it needs memory below 16MB in order to do ISA DMA.
-    if [ ! "`sysenv label`" = "FLOPPY" ]  
-    then up floppy -dev /dev/fd0 -period 5HZ
-    else up at_wini -dev /dev/c0d0 -period 5HZ
-    fi
     up is -period 5HZ
     up cmos -dev /dev/cmos -period 5HZ
     echo .