summaryrefslogtreecommitdiff
path: root/net/zephyr/files
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1996-11-07 17:49:43 +0000
committerPaul Traina <pst@FreeBSD.org>1996-11-07 17:49:43 +0000
commit8e121723dd33769db2e202e62c1defcd4cd3fb77 (patch)
treec6df0df7a543c92f0c005c2081d2bc557854894f /net/zephyr/files
parentOn system without ptex2 and platex, after doing ``make install'' in (diff)
Update to zephyr 2.0.4
Notes
Notes: svn path=/head/; revision=4340
Diffstat (limited to 'net/zephyr/files')
-rw-r--r--net/zephyr/files/zhm.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/zephyr/files/zhm.sh b/net/zephyr/files/zhm.sh
new file mode 100644
index 000000000000..155eefc2f349
--- /dev/null
+++ b/net/zephyr/files/zhm.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+PREFIX=${PREFIX-/usr/local}
+
+if [ -x ${PREFIX}/sbin/zhm -a -f ${PREFIX}/etc/zephyr/server.list ] ; then
+ PATH=${PREFIX}/sbin:${PREFIX}/bin:$PATH ; export PATH
+ zhm `cat ${PREFIX}/etc/zephyr/server.list` && echo -n ' zhm'
+fi