--- /home2/inn-1.5.1/sample-configs/config.data-sunos-4.1.x Tue Dec 17 23:40:40 1996 +++ config/config.data Fri Jun 13 23:01:00 1997 @@ -259,7 +259,7 @@ #CTYPE isXXXXX((c)) ## What's the return type of abort? Usually int or void. #### =()@>()= -ABORTVAL int +ABORTVAL void ## What's the return type of alarm? Usually int or unsigned int. #### =()@>()= ALARMVAL unsigned int @@ -277,7 +277,7 @@ LSEEKVAL off_t ## What's the return type of free? Usually int or void. #### =()@>()= -FREEVAL int +FREEVAL void ## What's the return type of exit? Usually int or void. ## (For gcc (not pedantic ANSI) use "volatile void" in EXITVAL and _EXITVAL.) #### =()@>()= @@ -299,9 +299,9 @@ #### =()@>()= MISSING_MAN #### =()@>()= -MISSING_SRC strerror.c mktemp.c memmove.c +MISSING_SRC strerror.c memmove.c #### =()@>()= -MISSING_OBJ strerror.o mktemp.o memmove.o +MISSING_OBJ strerror.o memmove.o ## @@ -335,7 +335,7 @@ REM_STYLE INND ## Should rnews save articles that the server rejects? Pick DO or DONT. #### =()@>()= -RNEWS_SAVE_BAD DONT +RNEWS_SAVE_BAD DO ## Should rnews log articles innd already has? Pick SYSLOG, FILE, OR DONT. #### =()@>()= RNEWS_LOG_DUPS DONT @@ -351,7 +351,7 @@ ## Require posts to have under 50% inclusion (">") lines? Pick DO OR DONT. ## (This is only for inews and nnrpd.) #### =()@>()= -CHECK_INCLUDED_TEXT DO +CHECK_INCLUDED_TEXT DONT ## Put hosts in the inews Path header? Pick DO or DONT. #### =()@>()= INEWS_PATH DO @@ -541,25 +541,25 @@ _PATH_SH /bin/sh ## Where the compress program lives. #### =()<_PATH_COMPRESS @<_PATH_COMPRESS>@>()= -_PATH_COMPRESS /usr/bin/compress +_PATH_COMPRESS /usr/local/bin/gzip ## What extension your compress appends #### =()<_PATH_COMPRESSEXT @<_PATH_COMPRESSEXT>@>()= -_PATH_COMPRESSEXT .Z +_PATH_COMPRESSEXT .gz ## Where egrep lives (you might need the FSF one; see scanlogs) #### =()<_PATH_EGREP @<_PATH_EGREP>@>()= -_PATH_EGREP /usr/bin/egrep +_PATH_EGREP /usr/local/bin/egrep ## Where perl lives #### =()<_PATH_PERL @<_PATH_PERL>@>()= -_PATH_PERL /usr/bin/perl +_PATH_PERL /usr/local/bin/perl ## Where awk lives #### =()<_PATH_AWK @<_PATH_AWK>@>()= -_PATH_AWK /usr/bin/nawk +_PATH_AWK /usr/local/bin/gawk ## Where sed lives (you might need the FSF one) #### =()<_PATH_SED @<_PATH_SED>@>()= -_PATH_SED /usr/bin/sed +_PATH_SED /usr/local/bin/sed ## Where sort lives (you may want the FSF one). #### =()<_PATH_SORT @<_PATH_SORT>@>()= -_PATH_SORT /usr/bin/sort +_PATH_SORT /usr/local/bin/sort ## Where inews lives. #### =()<_PATH_INEWS @<_PATH_INEWS>@>()= _PATH_INEWS /usr/news/bin/inews @@ -589,13 +589,13 @@ _PATH_TMP /var/tmp ## Command to send mail (with -s "subject" allowed) #### =()<_PATH_MAILCMD @<_PATH_MAILCMD>@>()= -_PATH_MAILCMD /usr/bin/Mail +_PATH_MAILCMD /usr/ucb/mail ## Where scripts should have shlock create locks. #### =()<_PATH_LOCKS @<_PATH_LOCKS>@>()= _PATH_LOCKS /var/news/locks ## Where your GNU gzip binary is (for rnews to run on gzipped batches). #### =()<_PATH_GZIP @<_PATH_GZIP>@>()= -_PATH_GZIP /usr/contrib/bin/gzip +_PATH_GZIP /usr/local/bin/gzip ## ## 8. PATHS RELATED TO THE SPOOL DIRECTORY