diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-19 00:59:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-04-19 00:59:40 +0000 |
commit | 83bae1123e16bfaa8db83b84241a3cc1be61bf09 (patch) | |
tree | 7d29d8d190a2ba7d47be8ab36723f8f4b3216eea /distrib/landisk | |
parent | 2e748f2a763c37516476f31741fc6badd09c05d7 (diff) |
Use sysctl -n hw.disknames instead of the custom disknames program
Diffstat (limited to 'distrib/landisk')
-rw-r--r-- | distrib/landisk/ramdisk/list | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/list b/distrib/landisk/ramdisk/list index 236de5b7e31..c12a1445c7c 100644 --- a/distrib/landisk/ramdisk/list +++ b/distrib/landisk/ramdisk/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.12 2009/04/17 07:17:13 deraadt Exp $ +# $OpenBSD: list,v 1.13 2009/04/19 00:59:39 deraadt Exp $ SRCDIRS distrib/special SRCDIRS bin sbin usr.bin usr.sbin @@ -54,7 +54,7 @@ LINK instbin usr/bin/grep usr/bin/fgrep usr/bin/egrep LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed -LINK instbin usr/bin/disknames +LINK instbin sbin/sysctl LINK instbin bin/sleep # firmwares that might need loading |