View | Details | Raw Unified | Return to bug 26011
Collapse All | Expand All

(-)dhisd/Makefile (-1 / +1 lines)
Lines 43-49 Link Here
43
	@${CHMOD} 600 ${PREFIX}/dhis/db/*
43
	@${CHMOD} 600 ${PREFIX}/dhis/db/*
44
.if !exists(${PREFIX}/etc/rc.d/dhisd.sh)
44
.if !exists(${PREFIX}/etc/rc.d/dhisd.sh)
45
	${ECHO} "===>   Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."
45
	${ECHO} "===>   Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."
46
	${INSTALL_SCRIPT} -m 751 ${FILESDIR}/dhisd.sh ${PREFIX}/etc/rc.d/dhisd.sh
46
	${INSTALL_SCRIPT} -m 751 ${WRKSRC}/dhisd.sh ${PREFIX}/etc/rc.d/dhisd.sh
47
	@${ECHO} "etc/rc.d/dhisd.sh" >> ${TMPPLIST}
47
	@${ECHO} "etc/rc.d/dhisd.sh" >> ${TMPPLIST}
48
.endif
48
.endif
49
.if !defined(NOPORTDOCS)
49
.if !defined(NOPORTDOCS)
(-)dhisd/pkg-descr (-3 / +3 lines)
Lines 7-15 Link Here
7
7
8
You need a full DNS domain to run this server. You should at least have a 
8
You need a full DNS domain to run this server. You should at least have a 
9
domain hosted for you with a primary and backup dns server and 1 
9
domain hosted for you with a primary and backup dns server and 1 
10
backup mail-exchanger
10
backup mail-exchanger.
11
.
11
12
If you don't know what this previous few lines where about, 
12
If you don't know what the previous lines where about, 
13
you probably shouldn't try and run this software.
13
you probably shouldn't try and run this software.
14
14
15
For more information on the services of DHIS, you should look at the
15
For more information on the services of DHIS, you should look at the

Return to bug 26011