f4709165ed
There is a reather long list of changes available in ${WRKSRC}/doc/ChangeLog.
17 lines
577 B
Text
17 lines
577 B
Text
$NetBSD: patch-ac,v 1.2 2004/02/17 12:45:56 cube Exp $
|
|
|
|
--- vm/include/elfsh.h.orig 2003-08-21 03:11:02.000000000 +0200
|
|
+++ vm/include/elfsh.h
|
|
@@ -91,10 +91,10 @@
|
|
#define ELFSH_SPACE ' '
|
|
#define ELFSH_VERSION "0.51b3"
|
|
#define ELFSH_PROMPT "[ELFsh-"ELFSH_VERSION"]$ "
|
|
-#define ELFSH_SHELL "/bin/bash"
|
|
+#define ELFSH_SHELL "@@SH@@"
|
|
#define ELFSH_INIT "elfsh_init"
|
|
#define ELFSH_FINI "elfsh_fini"
|
|
-#define ELFSH_MODPATH "/usr/share/elfsh/"
|
|
+#define ELFSH_MODPATH "@@PREFIX@@/lib/elfsh/"
|
|
|
|
/* For elfsh/elfsh/disasm.c:display_object() */
|
|
#define ELFSH_HEXA_VIEW 0
|