[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha installer.pl,1.2.2.39,1.2.2.40
From: |
Steve Tonnesen |
Subject: |
[Koha-cvs] CVS: koha installer.pl,1.2.2.39,1.2.2.40 |
Date: |
Wed, 26 Jun 2002 11:19:08 -0700 |
Update of /cvsroot/koha/koha
In directory usw-pr-cvs1:/tmp/cvs-serv5560
Modified Files:
Tag: rel-1-2
installer.pl
Log Message:
Added blurb pointing to new HOWTO-testing document, and asking that bugs
be submitted to http://bugs.koha.org/ or koha-devel.
Index: installer.pl
===================================================================
RCS file: /cvsroot/koha/koha/installer.pl,v
retrieving revision 1.2.2.39
retrieving revision 1.2.2.40
diff -C2 -r1.2.2.39 -r1.2.2.40
*** installer.pl 26 Jun 2002 13:29:13 -0000 1.2.2.39
--- installer.pl 26 Jun 2002 18:19:06 -0000 1.2.2.40
***************
*** 634,637 ****
--- 634,653 ----
system("$mysqldir/bin/mysql -u$mysqluser -p$mysqlpass $dbname -e
\"insert into branches (branchcode,branchname,issuing) values ('Main', 'Main
Library', 1)\"");
system("$mysqldir/bin/mysql -u$mysqluser -p$mysqlpass $dbname -e
\"insert into printers (printername,printqueue,printtype) values ('Circulation
Desk Printer', 'lp', 'hp')\"");
+ print qq|
+
+ Sample data has been installed. For some suggestions on testing Koha, please
+ read the file doc/HOWTO-Testing. If you find any bugs, please submit them at
+ http://bugs.koha.org/. If you need help with testing Koha, you can post a
+ question through the koha-devel mailing list, or you can check for a developer
+ online at +irc.katipo.co.nz:6667 channel #koha.
+
+ You can find instructions for subscribing to the Koha mailing lists at:
+
+ http://www.koha.org
+
+
+ Press <ENTER> to continue...
+ |;
+ <STDIN>;
} else {
print "\n\nWould you like to add a branch and printer? [Y]/N: ";
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha installer.pl,1.2.2.39,1.2.2.40,
Steve Tonnesen <=