mirror of
https://github.com/fspc/dswim.git
synced 2025-04-04 08:13:24 -04:00
Documentation.
This commit is contained in:
parent
76b6b46544
commit
27c15ccf9f
9
Changes
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
|
0.4.1 - 10/24/2001
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
@ -127,4 +134,4 @@ Fixed file test in SWIM::Conf causing a failed startup.
|
|||||||
-----
|
-----
|
||||||
|
|
||||||
Initial Release.
|
Initial Release.
|
||||||
|
|
||||||
|
2
swim_pkg
2
swim_pkg
@ -42,6 +42,8 @@ use File::Find;
|
|||||||
# User defined variables for directories and package
|
# User defined variables for directories and package
|
||||||
# Makefile.pkg in $gbootroot_cvs in used as the packages Makefile.
|
# Makefile.pkg in $gbootroot_cvs in used as the packages Makefile.
|
||||||
|
|
||||||
|
# Edit Changes with your changes.
|
||||||
|
|
||||||
my $user_home = "/home/mttrader";
|
my $user_home = "/home/mttrader";
|
||||||
my $prog = "dswim";
|
my $prog = "dswim";
|
||||||
my $prog_real_name = "swim";
|
my $prog_real_name = "swim";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user