Make this work with NetBSD 2.x (with /libexec/ld.elf_so etc.)
Still works on 1.6.2 too
This commit is contained in:
parent
3f3b6732f7
commit
0b234cfbee
1 changed files with 7 additions and 0 deletions
|
@ -6,12 +6,19 @@
|
|||
/bin/ln
|
||||
/bin/rm
|
||||
/bin/sync
|
||||
/bin/tar
|
||||
/bin/test
|
||||
/dev/null
|
||||
/sbin/mknod
|
||||
/usr/bin/tar
|
||||
/usr/bin/touch
|
||||
/lib/libc.so*
|
||||
/lib/libedit.so*
|
||||
/lib/libtermcap.so*
|
||||
/libexec/ld.elf_so
|
||||
/usr/lib/libc.so*
|
||||
/usr/lib/libcurses.so*
|
||||
/usr/lib/libedit.so*
|
||||
/usr/lib/libkver.so*
|
||||
/usr/lib/libtermcap.so*
|
||||
/usr/libexec/ld.elf_so
|
||||
|
|
Loading…
Reference in a new issue