From 1ce0a5aba586b442d937fe33289c35b002e0dc28 Mon Sep 17 00:00:00 2001 From: tausq <> Date: Sat, 25 Sep 1999 23:20:39 +0000 Subject: [PATCH] fix copyright info --- web/fetchkey.cgi | 3 +++ web/login.cgi | 3 ++- web/logout.cgi | 3 ++- web/search.cgi | 3 ++- web/settings.cfg | 4 ++++ web/update.cgi | 3 ++- 6 files changed, 15 insertions(+), 4 deletions(-) diff --git a/web/fetchkey.cgi b/web/fetchkey.cgi index 8e88502..a9d8539 100755 --- a/web/fetchkey.cgi +++ b/web/fetchkey.cgi @@ -1,5 +1,8 @@ #!/usr/bin/perl +# $Id: fetchkey.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. + use strict; use CGI; use Util; diff --git a/web/login.cgi b/web/login.cgi index 3514953..c1615e3 100755 --- a/web/login.cgi +++ b/web/login.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: login.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict; diff --git a/web/logout.cgi b/web/logout.cgi index 11167b4..9bd6e0f 100755 --- a/web/logout.cgi +++ b/web/logout.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: logout.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; diff --git a/web/search.cgi b/web/search.cgi index 3c21fb7..aa8dce1 100755 --- a/web/search.cgi +++ b/web/search.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: search.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; diff --git a/web/settings.cfg b/web/settings.cfg index 6738fae..538f105 100644 --- a/web/settings.cfg +++ b/web/settings.cfg @@ -5,6 +5,7 @@ basedn = "ou=users,dc=debian,dc=org"; gpg = "/usr/bin/gpg"; keyrings = "/usr/share/keyrings/debian-keyring.gpg:/usr/share/keyrings/debian-keyring.pgp"; +tmppath = "/tmp"; webloginhtml = "login.html"; websearchhtml = "searchform.html"; @@ -15,6 +16,9 @@ webloginurl = "debian/login.cgi"; websearchurl = "debian/search.cgi"; webupdateurl = "debian/update.cgi"; +webmaphtml = "develmaptempl.html"; +xplanetcmd = "xplanet --shade 100 --color white --markers --marker_file [markerfile] --geometry 600x400 --output [outfile]"; + # When should authentication tokens expire? authexpires = 600; diff --git a/web/update.cgi b/web/update.cgi index 5fdfb74..c0d722b 100755 --- a/web/update.cgi +++ b/web/update.cgi @@ -1,6 +1,7 @@ #!/usr/bin/perl -# (c) 1999 Debian and Randolph Chung. Licensed under the GPL. +# $Id: update.cgi,v 1.2 1999/09/26 01:20:39 tausq Exp $ +# (c) 1999 Randolph Chung. Licensed under the GPL. use lib '.'; use strict vars; -- 2.20.1