|
From: Olivier D. <dr...@sh...> - 2002-02-01 14:28:43
|
Hi everyone, I was just wondering if people has figured out how to have cvs put the log in a different file, or if anything has been tried. On a related note, I've changed the header skeleton (see below). Please have a look at it and let me know if it's good. If nobody complains I'll make the changes tomorrow. If the log issue isn't resolved I'll simply put this right after the log (except for #!). #!/usr/bin/perl -wT ######################################################## # PROGRAM INFORMATION # ------------------- # ProgramName.pl v1.2.3.4.5.6... # # This program is licensed in the same way as Perl # itself. You are free to choose between the GNU Public # License <http://www.gnu.org/licenses/gpl.html> or # the Artistic License # <http://www.perl.com/pub/a/language/misc/Artistic.html> # # For a list of changes see CHANGELOG # # For help on configuration or installation see README # use strict; use ...; . . . # # USER CONFIGURATION SECTION # -------------------------- # Modify these to your own settings. You might have to # contact your system administrator if you do not run # your own web server. If the purpose of these # parameters seems unclear, please see the README file. # my $param = "stuff"; # Will be used for stuff my $baseurl = "/var/www"; # Server's web documents directory my ...; . . . # # USER CONFIGURATION << END >> # ---------------------------- # (no user servicable parts beyond here) *code* -- +----------------------------------------------+ | Olivier Dragon dr...@sh... | | Software Engineering II, McMaster University | +----------------------------------------------+ |