]> andersk Git - config-package-dev.git/blob - examples/debathena-transform-example-1.0/debian/transform_lynx.cfg.debathena
debathena-transform-example: Transform lynx.cfg instead of syslog.conf
[config-package-dev.git] / examples / debathena-transform-example-1.0 / debian / transform_lynx.cfg.debathena
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
9 s|^#STARTFILE:.*$|$&\nSTARTFILE:http://web.mit.edu/|m or die;
This page took 0.096014 seconds and 5 git commands to generate.