diff options
author | Adam David <adam@FreeBSD.org> | 1996-02-21 23:59:39 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1996-02-21 23:59:39 +0000 |
commit | 448ae032e7892ef0016f5ac7775d2bd6ad0d9ae5 (patch) | |
tree | 4f28bc4e666a0bf940ea6379e36627c43f9b91bf /www/wn/files/patch-aa | |
parent | Change back the ftp://... to http://... as per Satoshi's request. This (diff) |
latest stable version
Notes
Notes:
svn path=/head/; revision=2734
Diffstat (limited to '')
-rw-r--r-- | www/wn/files/patch-aa | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/wn/files/patch-aa b/www/wn/files/patch-aa index 0f8c8c4f0080..248765d24793 100644 --- a/www/wn/files/patch-aa +++ b/www/wn/files/patch-aa @@ -54,23 +54,21 @@ Pick one of the following Operating System types which describes your system and replace the SUN_OS4 value above *************** -*** 30,38 **** +*** 30,37 **** * Enter the complete path of your root data directory here. */ ! #define WN_LOGFILE "/usr/local/wnlogs/wn.log" ! #define WN_ERRLOGFILE "/usr/local/wnlogs/wn.log.err" -! #define AUTH_ERRLOGFILE "/usrlocal/wnlogs/wn.log.err" /* * Full path of the file you want to use for a log file and the ---- 30,38 ---- +--- 30,37 ---- * Enter the complete path of your root data directory here. */ ! #define WN_LOGFILE "/usr/local/wnlogs/wn.log" ! #define WN_ERRLOGFILE "/usr/local/wnlogs/wn-err.log" -! #define AUTH_ERRLOGFILE "/usr/local/wnlogs/wn-err.log" /* * Full path of the file you want to use for a log file and the |