From fca62dc7b58a8077ff01843889ad7f57998536fd Mon Sep 17 00:00:00 2001
From: cjwatson <>
Date: Sun, 17 Nov 2002 19:36:52 -0800
Subject: [PATCH] [project @ 2002-11-17 19:36:52 by cjwatson] Remove lynx-cfg,
and use 'lynx -cfg=/dev/null' instead.
---
Makefile | 1 -
build | 2 +-
debian/changelog | 1 +
debian/conffiles | 1 -
debian/debbugsconfig | 2 +-
html/lynx-cfg | 1 -
6 files changed, 3 insertions(+), 5 deletions(-)
delete mode 100644 html/lynx-cfg
diff --git a/Makefile b/Makefile
index ae3dacf5..ff5dc1de 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,6 @@ $(var_dir)/spool/db-h $(scripts_dir) $(examples_dir) $(man8_dir); \
# install the HTML pages etc
$(foreach html, $(htmls_in), $(install_data) $(html) $(etc_dir)/html;)
- $(install_data) html/lynx-cfg $(etc_dir)/html/lynx-cfg
$(install_data) html/htaccess $(var_dir)/www/db/.htaccess
# install the CGIs
diff --git a/build b/build
index 9ebfe4d0..c8342b54 100755
--- a/build
+++ b/build
@@ -19,7 +19,7 @@ txtconvert () {
rm -f html/txt/$dst.html html/txt/$dst.out
perl -ne 'print unless m/^Other pages:$/ .. /^\
/' \
html/$src.out >html/txt/$dst.html
- HOME=/dev/null lynx -nolist -dump -cfg=html/lynx-cfg \
+ HOME=/dev/null lynx -nolist -dump -cfg=/dev/null \
file://localhost/$cwd/html/txt/$dst.html >html/txt/$dst.out
rm html/txt/$dst.html
}
diff --git a/debian/changelog b/debian/changelog
index dac1dee8..5fa8cd55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -84,6 +84,7 @@ debbugs (2.4) experimental; urgency=low
* Fix a few typos, closes: #146745, #152751.
* Update the copyright file with the current list of maintainers and a
pointer to ViewCVS.
+ * Remove lynx-cfg, and use 'lynx -cfg=/dev/null' instead. [Colin]
* Various other things, not worth mentioning here.
-- Colin Watson Sun, 17 Nov 2002 17:54:49 +0000
diff --git a/debian/conffiles b/debian/conffiles
index 5081106c..e3ce09be 100644
--- a/debian/conffiles
+++ b/debian/conffiles
@@ -2,7 +2,6 @@
/etc/debbugs/html/Developer.html.in
/etc/debbugs/html/Reporting.html.in
/etc/debbugs/html/index.html.in
-/etc/debbugs/html/lynx-cfg
/etc/debbugs/html/server-control.html.in
/etc/debbugs/html/server-refcard.html.in
/etc/debbugs/html/server-request.html.in
diff --git a/debian/debbugsconfig b/debian/debbugsconfig
index 7959ce91..135df92c 100755
--- a/debian/debbugsconfig
+++ b/debian/debbugsconfig
@@ -97,7 +97,7 @@ sub writefiles {
die "\nunable to write $gDocDir/$text.txt\n";
system ("rm -rf /tmp/.links/");
} elsif (-x "/usr/bin/lynx") {
- system ("lynx -nolist -dump -cfg=$gConfigDir/html/lynx-cfg $gDocDir/$text.html > $gDocDir/$text.txt") == 0 ||
+ system ("lynx -nolist -dump -cfg=/dev/null $gDocDir/$text.html > $gDocDir/$text.txt") == 0 ||
die "\nunable to write $gDocDir/$text.txt\n";
} else {
print "unable to write text versions of the HTMLs!";
diff --git a/html/lynx-cfg b/html/lynx-cfg
deleted file mode 100644
index 792d6005..00000000
--- a/html/lynx-cfg
+++ /dev/null
@@ -1 +0,0 @@
-#
--
2.39.5