35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
$NetBSD: patch-README,v 1.1 2015/03/08 01:01:52 mef Exp $
|
|
|
|
@VARBASE@ and @PREFIX@ for README
|
|
|
|
--- README.orig 2008-05-22 21:41:21.000000000 +0900
|
|
+++ README 2015-03-07 11:29:35.000000000 +0900
|
|
@@ -128,7 +128,7 @@
|
|
|
|
-d <dbase_file> allows specifying a path for the database file
|
|
|
|
- e.g. dhisd -d /usr/local/etc/dhis.db
|
|
+ e.g. dhisd -d @VARBASE@/db/dhis.db
|
|
|
|
If the special keyword "mysql" is given as a file,
|
|
and dhisd has been compiled with MySQL support,
|
|
@@ -154,7 +154,7 @@
|
|
BindPort The UDP port to use, default is 58000
|
|
DBFile The location of the database file
|
|
|
|
- See dhisd.conf.sample for an example.
|
|
+ See @PREFIX@/share/examples/dhisd/dhisd.conf.sample for an example.
|
|
|
|
MySQL Support
|
|
=============
|
|
@@ -211,7 +211,8 @@
|
|
=============
|
|
|
|
For details on using a text file as a database instead of MySQL
|
|
- (the traditional method) please see dhis.db.sample
|
|
+ (the traditional method) please see @PREFIX@/usr/pkg/share/examples/dhisd/dhis.db.sample
|
|
+ Please note the name is not dhisd.db but dhsi.db (no 'd').
|
|
|
|
Running dhisd as dhis user
|
|
==========================
|