Added extra path for joe rc files
This commit is contained in:
parent
7fc02bdac2
commit
4dc100173c
2
configure
vendored
2
configure
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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, "---------- ---------- ---------- ---------- ----------");
|
||||
|
Reference in New Issue
Block a user