Browse Source

Documentation.

master
freesource 22 years ago
parent
commit
27c15ccf9f
  1. 9
      Changes
  2. 2
      swim_pkg

9
Changes

@ -1,3 +1,10 @@
0.4.2 - 11/06/2002
------------------
Fixes error output caused by repetitive opts found by the recent Getopt::Long.
Rebuild db if you've updated to the newest DB_File.
0.4.1 - 10/24/2001
------------------
@ -127,4 +134,4 @@ Fixed file test in SWIM::Conf causing a failed startup.
-----
Initial Release.

2
swim_pkg

@ -42,6 +42,8 @@ use File::Find;
# User defined variables for directories and package
# Makefile.pkg in $gbootroot_cvs in used as the packages Makefile.
# Edit Changes with your changes.
my $user_home = "/home/mttrader";
my $prog = "dswim";
my $prog_real_name = "swim";

Loading…
Cancel
Save