mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
784a571455
PR: 31759 Submitted by: maintainer
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
--- README.orig Sun Nov 4 21:47:55 2001
|
|
+++ README Sun Nov 4 22:15:04 2001
|
|
@@ -146,7 +146,7 @@
|
|
dhisd accepts HUP and TERM signals. A kill -HUP will
|
|
make it reload the hosts database and kill -TERM
|
|
will terminate it. Its pid number is recorded a the
|
|
- text file (default: /etc/dhis/pid/dhisd.pid)
|
|
+ text file (default: /var/pid/dhisd.pid)
|
|
|
|
Before terminating with SIGTERM dhisd will attempt to bring all
|
|
online clients offline.
|
|
@@ -155,7 +155,7 @@
|
|
========
|
|
|
|
dhisd logs online and offline transitions on a text file
|
|
- (default: /etc/dhis/log/dhisd.log)
|
|
+ (default: /var/log/dhisd.log)
|
|
|
|
Command Line Options:
|
|
=====================
|
|
@@ -175,12 +175,12 @@
|
|
|
|
-d <dbase_file> allows specifying a path for the database file
|
|
|
|
- e.g. dhisd -d /usr/local/etc/dhis.db
|
|
+ e.g. dhisd -d /usr/local/etc/dhis/dhis.db
|
|
|
|
-s <service_file> allows specifying a path for the services
|
|
file.
|
|
|
|
- e.g. dhisd -s /usr/local/etc/services.db
|
|
+ e.g. dhisd -s /usr/local/etc/dhis/services.db
|
|
|
|
All options may be used in conjunction.
|
|
|
|
@@ -327,11 +327,11 @@
|
|
|
|
1000 {
|
|
hostpass something
|
|
- oncmd /etc/oncmd
|
|
+ oncmd /usr/local/etc/dhis/oncmd
|
|
}
|
|
|
|
|
|
- # /etc/oncmd
|
|
+ # /usr/local/etc/dhis/oncmd
|
|
#!/bin/sh
|
|
#
|
|
echo I am $1 online now at $2
|