--- sample-configs/config.data-FreeBSD-2.0 Fri Aug 1 01:34:39 1997 +++ config/config.data Sat Sep 27 06:44:50 1997 @@ -19,7 +19,7 @@ USE_CHAR_CONST DUNNO ## C compiler flags add a -DUSE_DMALLOC if using the dmalloc package. #### =()@>()= -CFLAGS $(DEFS) -g +CFLAGS $(DEFS) -g -O ## C compiler flags to use when compiling dbz #### =()@>()= DBZCFLAGS $(CFLAGS) @@ -56,7 +56,7 @@ ## FreeBSD, you must add the -lcrypt directive here -lutil on BSD/OS gives ## you setproctitle() see HAVE_SETPROCTITLE. #### =()@>()= -LIBS -lutil +LIBS -lutil -lcrypt ## How to make a lint library; pick BSD, SYSV, or NONE. #### =()@>()= LINTLIBSTYLE NONE @@ -71,7 +71,7 @@ ## LINTFILTER | sed -n -f ../sedf.sysv ## LINTFILTER #### =()@>()= -LINTFILTER | sed -n -f ../sedf.sun +LINTFILTER ## How to install manpages; pick SOURCE, NROFF-PACK, NROFF-PACK-SCO, ## BSD4.4 or NONE. #### =()@>()= @@ -594,7 +594,7 @@ _PATH_EGREP /usr/bin/egrep ## Where perl version 5 lives #### =()<_PATH_PERL @<_PATH_PERL>@>()= -_PATH_PERL /usr/bin/perl5 +_PATH_PERL /usr/local/bin/perl ## Where awk lives #### =()<_PATH_AWK @<_PATH_AWK>@>()= _PATH_AWK /usr/bin/awk @@ -641,7 +641,7 @@ _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/bin/gzip ## ## 8. PATHS RELATED TO THE SPOOL DIRECTORY @@ -944,14 +944,14 @@ ## 17. Perl Configuration ## Do you want Perl support? Pick DO or DONT #### =()@>()= -PERL_SUPPORT DONT +PERL_SUPPORT DO ## How do you get the PERL libraries? Probably -lperl -lm, blank if no PERL #### =()@>()= -PERL_LIB +PERL_LIB -L/usr/local/lib/perl5/sun3x-netbsd/5.00401/CORE -lperl -lm #PERL_LIB -L/usr/local/gnu/lib/perl5/i386-bsdos/5.003/CORE -lperl -lm ## Core directory (includes, libs). See perlembed(1) #### =()@>()= -PERL_INC +PERL_INC -I/usr/local/lib/perl5/sun3x-netbsd/5.00401/CORE -lperl -lm #PERL_INC -I/usr/local/gnu/lib/perl5/i386-bsdos/5.003/CORE ## Perl Filter Files. Should probably be prefixed with the same value as ## _PATH_CONTROLPROGS.