Make use of the new 'dm' utility instead of standard 'dmesg'.
This commit is contained in:
parent
96fb246758
commit
d67ccc0068
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: crunch.conf,v 1.4 1998/08/10 19:16:19 abial Exp $
|
||||
# $Id: crunch.conf,v 1.1.1.1 1998/08/27 17:38:42 abial Exp $
|
||||
#
|
||||
# NOTE: the string "/usr/src" will be automatically replaced with the
|
||||
# correct value set in 'build' script - you should change it there
|
||||
@ -24,7 +24,7 @@ srcdirs /usr/src/usr.sbin
|
||||
srcdirs /usr/src/libexec
|
||||
|
||||
progs ash test echo hostname ln login getty
|
||||
progs inetd telnetd stty w dmesg kget snmpd natd
|
||||
progs inetd telnetd stty w dm kget snmpd natd
|
||||
progs init fsck ifconfig df ps ns vm cat
|
||||
progs cp rm mkdir ls chmod chown
|
||||
progs sysctl route swapon pwd_mkdb dev_mkdb
|
||||
@ -47,6 +47,7 @@ ln chown chgrp
|
||||
ln mount_msdos msdos
|
||||
ln mount_std procfs
|
||||
ln mount_std mount_procfs
|
||||
ln dm dmesg
|
||||
ln ns netstat
|
||||
|
||||
# For snmpd
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: crunch.conf,v 1.3 1998/08/02 12:23:45 abial Exp $
|
||||
# $Id: crunch.conf,v 1.1.1.1 1998/08/27 17:38:43 abial Exp $
|
||||
#
|
||||
# NOTE: the string "/usr/src" will be automatically replaced with the
|
||||
# correct value set in 'build' script - you should change it there
|
||||
@ -24,7 +24,7 @@ srcdirs /usr/src/usr.sbin
|
||||
srcdirs /usr/src/libexec
|
||||
|
||||
progs ash test echo hostname ln login getty stty
|
||||
progs inetd telnetd w dmesg kget snmpd
|
||||
progs inetd telnetd w dm kget snmpd
|
||||
progs init ifconfig df sps ns vm cat
|
||||
progs cp rm mknod chmod chown mkdir ls syslogd
|
||||
progs sysctl route pwd_mkdb dev_mkdb
|
||||
@ -46,6 +46,7 @@ ln mount_msdos msdos
|
||||
ln mount_std procfs
|
||||
ln mount_std mount_procfs
|
||||
ln sps ps
|
||||
ln dm dmesg
|
||||
ln ns netstat
|
||||
ln chown chgrp
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $Id: crunch.conf,v 1.3 1998/08/12 13:04:54 abial Exp $
|
||||
# $Id: crunch.conf,v 1.1.1.1 1998/08/27 17:38:44 abial Exp $
|
||||
#
|
||||
# NOTE: the string "/usr/src" will be automatically replaced with the
|
||||
# correct value set in 'build' script - you should change it there
|
||||
@ -24,7 +24,7 @@ srcdirs /usr/src/usr.sbin
|
||||
srcdirs /usr/src/libexec
|
||||
|
||||
progs hostname cat kget
|
||||
progs oinit ifconfig df sps ns vm
|
||||
progs oinit ifconfig df sps ns vm dm
|
||||
progs cp rm ls #syslogd
|
||||
progs sysctl route
|
||||
progs mount umount
|
||||
@ -46,6 +46,7 @@ progs ping traceroute routed ipfw
|
||||
#ln mount_std mount_procfs
|
||||
ln sps ps
|
||||
ln ns netstat
|
||||
ln dm dmesg
|
||||
#ln chown chgrp
|
||||
|
||||
# For snmpd
|
||||
|
Loading…
Reference in New Issue
Block a user