From 9247a9c5eacd0b927d18aeb1187ba34ebade277b Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 18 Jun 1995 12:45:49 +0000 Subject: Change non-existent /usr/tmp to /var/tmp --- news/nn/files/patch-ab | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'news/nn') diff --git a/news/nn/files/patch-ab b/news/nn/files/patch-ab index 92ea8486d508..82d8513ff822 100644 --- a/news/nn/files/patch-ab +++ b/news/nn/files/patch-ab @@ -1,5 +1,5 @@ -*** config.h.orig Sat Apr 15 04:57:46 1995 ---- config.h Sat Apr 15 05:12:40 1995 +*** config.h.orig Sun Jun 18 16:39:25 1995 +--- config.h Sun Jun 18 16:41:44 1995 *************** *** 32,38 **** #define NOV @@ -88,6 +88,23 @@ /* * Define RESIZING to make nn understand dynamic window-resizing. *************** +*** 239,245 **** + + #define BIN_DIRECTORY "/usr/local/bin" + #define LIB_DIRECTORY "/usr/local/lib/nn" +! + + /**************************** DATABASE LOCATION ************************** + * +--- 239,245 ---- + + #define BIN_DIRECTORY "/usr/local/bin" + #define LIB_DIRECTORY "/usr/local/lib/nn" +! #define TMP_DIRECTORY "/var/tmp" + + /**************************** DATABASE LOCATION ************************** + * +*************** *** 270,276 **** * (The file system must support long file names!!) */ -- cgit