CVS: moonbase/web/elinks elinks.conf, NONE, 1.1 BUILD, 1.2, 1.3 DETAILS, 1.4, 1.5

Terry Chan tchan at lunar-linux.org
Sat Dec 27 05:07:45 GMT 2003


Update of /var/cvs/lunar/moonbase/web/elinks
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8350

Modified Files:
	BUILD DETAILS 
Added Files:
	elinks.conf 
Log Message:
Fixed elinks to use /etc/elinks.conf for systemwide settings.  Made the 
default async_dns=0 (much safer this way) vs. the default setting of 1.


--- NEW FILE: elinks.conf ---
## connection.async_dns [0|1]
# Use asynchronous DNS resolver?
set connection.async_dns = 0

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/elinks/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	26 Dec 2003 16:46:42 -0000	1.2
+++ BUILD	27 Dec 2003 05:07:43 -0000	1.3
@@ -5,9 +5,14 @@
   ../configure --prefix=/usr            \
               --infodir=/usr/share/info \
               --mandir=/usr/share/man	\
+              --sysconfdir=/etc         \
               --without-guile           \
+              --enable-256-colors       \
               $OPTS
 
-  default_make
+  default_make &&
+  if [ ! -e "/etc/elinks.conf" ] ; then
+    cp $SCRIPT_DIRECTORY/elinks.conf /etc/elinks.conf
+  fi  
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/web/elinks/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	26 Dec 2003 11:14:10 -0000	1.4
+++ DETAILS	27 Dec 2003 05:07:43 -0000	1.5
@@ -6,7 +6,7 @@
       SOURCE_VFY=md5:65c94efab769c1819d30a17dc9201c73
         WEB_SITE=http://elinks.or.cz
          ENTERED=20031110
-         UPDATED=20031226
+         UPDATED=20031227
       MAINTAINER=tchan at lunar-linux.com
            SHORT=" ELinks is an advanced and well-established feature-rich text-mode web browser"
 




More information about the Lunar-commits mailing list