diff --git a/configure b/configure index 5abbbb9c..dafba9c5 100755 --- a/configure +++ b/configure @@ -7844,7 +7844,7 @@ echo "${ECHO_T}$joebin" >&6 done echo "$as_me:$LINENO: checking location of joe rc files" >&5 echo $ECHO_N "checking location of joe rc files... $ECHO_C" >&6 -for joelib in /etc/joe /usr/lib/joe /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do +for joelib in /etc/joe /usr/lib/joe /usr/local/etc /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do if test "$joelib" = "NONE"; then echo "$as_me:$LINENO: result: not found" >&5 echo "${ECHO_T}not found" >&6 diff --git a/configure.in b/configure.in index fe8209d2..6a97c5c6 100644 --- a/configure.in +++ b/configure.in @@ -207,7 +207,7 @@ for joebin in /usr/bin /usr/local/bin /usr/pkg/bin NONE; do fi done AC_MSG_CHECKING(location of joe rc files) -for joelib in /etc/joe /usr/lib/joe /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do +for joelib in /etc/joe /usr/lib/joe /usr/local/etc /usr/local/etc/joe /usr/local/lib/joe /usr/pkg/lib /usr/pkg/etc NONE; do if test "$joelib" = "NONE"; then AC_MSG_RESULT(not found) elif test -f $joelib/joerc; then diff --git a/mbsetup/m_node.c b/mbsetup/m_node.c index 406fd51b..5214576b 100644 --- a/mbsetup/m_node.c +++ b/mbsetup/m_node.c @@ -493,7 +493,7 @@ void S_Stat(void) clr_index(); set_color(WHITE, BLACK); - mvprintw( 5, 6, "7.8 NODE STATISTICS"); + mvprintw( 5, 6, "7.9 NODE STATISTICS"); set_color(CYAN, BLACK); mvprintw( 8,18, " This week Last week This month Last month Total"); mvprintw( 9,18, "---------- ---------- ---------- ---------- ----------");