summaryrefslogtreecommitdiff
path: root/net/dhid
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-20 20:17:33 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-20 20:17:33 +0000
commit435f2f08577762e7dc85955811a7dbfcce77c229 (patch)
tree0ee800497319a41fa190c587937962a193003f47 /net/dhid
parentuse WWW: (portlint) (diff)
portlint:
chmod -> ${CHMOD} echo -> ${ECHO} http:// -> WWW: http://
Notes
Notes: svn path=/head/; revision=27810
Diffstat (limited to 'net/dhid')
-rw-r--r--net/dhid/Makefile4
-rw-r--r--net/dhid/pkg-descr2
2 files changed, 4 insertions, 2 deletions
diff --git a/net/dhid/Makefile b/net/dhid/Makefile
index b3cac1562db8..622c66866d7b 100644
--- a/net/dhid/Makefile
+++ b/net/dhid/Makefile
@@ -27,8 +27,8 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \
${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/dhid.sh; \
- ${ECHO} "[ -x \"${PREFIX}/sbin/dhid\" -a -f \"${PREFIX}/etc/dhid.conf\" ] && ${PREFIX}/sbin/dhid > /dev/null && echo -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \
- chmod 751 ${PREFIX}/etc/rc.d/dhid.sh; \
+ ${ECHO} "[ -x \"${PREFIX}/sbin/dhid\" -a -f \"${PREFIX}/etc/dhid.conf\" ] && ${PREFIX}/sbin/dhid > /dev/null && ${ECHO} -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \
+ ${CHMOD} 751 ${PREFIX}/etc/rc.d/dhid.sh; \
fi;
@${ECHO} "--------------------------------------------------------------------------"
@${ECHO} "Before dhid can run, you will need to register with a DHIS provider."
diff --git a/net/dhid/pkg-descr b/net/dhid/pkg-descr
index 88cb4024e488..bffc18a85acf 100644
--- a/net/dhid/pkg-descr
+++ b/net/dhid/pkg-descr
@@ -12,3 +12,5 @@ parameters. Use the dhid.conf.sample for a template.
- Oryx
oryx@ungulate.net
+
+WWW: http://www.dhis.org/dhis/services/