Module Name:    src
Committed By:   tsutsui
Date:           Sat May  1 12:59:26 UTC 2010

Modified Files:
        src/distrib/hpcsh/miniroot: dot.profile

Log Message:
Remove mount_kernfs(8) and use dmesg(8) directly.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/distrib/hpcsh/miniroot/dot.profile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/hpcsh/miniroot/dot.profile
diff -u src/distrib/hpcsh/miniroot/dot.profile:1.2 src/distrib/hpcsh/miniroot/dot.profile:1.3
--- src/distrib/hpcsh/miniroot/dot.profile:1.2	Sat Jul 26 17:06:44 2003
+++ src/distrib/hpcsh/miniroot/dot.profile	Sat May  1 12:59:26 2010
@@ -1,4 +1,4 @@
-# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:44 salo Exp $
+# $NetBSD: dot.profile,v 1.3 2010/05/01 12:59:26 tsutsui Exp $
 #
 # Copyright (c) 1997 Perry E. Metzger
 # Copyright (c) 1994 Christopher G. Demetriou
@@ -60,13 +60,9 @@
 	# mount the ramdisk read write
 	mount -u $ROOTDEV /
 
-	# mount the kern_fs so that we can examine the dmesg state
-	mount -t kernfs /kern /kern
-
 	# pull in the functions that people will use from the shell prompt.
 	# . /.commonutils
 	# . /.instutils
-	dmesg() cat /kern/msgbuf
 	grep() sed -n "/$1/p"
 
 	# run the installation or upgrade script.

Reply via email to