Imported Debian version 5.1.2
[hcoop/zz_old/debian/config-package-dev.git] / examples / cdbs / debathena-transform-example-1.0 / debian / transform_lynx.cfg.debathena
CommitLineData
51ae82e4
JR
1#!/usr/bin/perl -0p
2# perl -0p is useful for writing efficient transform scripts.
3
4# Set the default lynx home page to web.mit.edu. As noted in the
5# comments in lynx.cfg, if the lynx home page is down, lynx will refuse
6# to run. This caused a number of helpdesk complaints when the default
7# lynx home page was down for a day.
8
9s|^#STARTFILE:.*$|$&\nSTARTFILE:http://web.mit.edu/|m or die;