summaryrefslogtreecommitdiff
path: root/zhm
diff options
context:
space:
mode:
authorGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-21 06:38:01 +0000
committerGravatar Kenneth G Raeburn <raeburn@mit.edu>1991-03-21 06:38:01 +0000
commitaab44c27f0f2bb54d16604f994d3c59e7f51ac74 (patch)
tree481a5a78ed343530f0e0af18ac13bfc9d428b0b0 /zhm
parent16c29d7e7618604112d56b1d4ea19ef264f92b0b (diff)
Use new PidFile macro.
Diffstat (limited to 'zhm')
-rw-r--r--zhm/Imakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/zhm/Imakefile b/zhm/Imakefile
index bf92880..4d581a8 100644
--- a/zhm/Imakefile
+++ b/zhm/Imakefile
@@ -1,11 +1,11 @@
-/**/# Copyright 1988 Massachusetts Institute of Technology.
+/**/# Copyright 1988, 1991 Massachusetts Institute of Technology.
/**/#
/**/# For copying and distribution information, see the file
/**/# "mit-copyright.h".
/**/#
/**/# $Source$
/**/# $Author$
-/**/# $Header$
+/**/# $Zephyr: /afs/athena.mit.edu/astaff/project/zephyr/src/zhm/RCS/Imakefile,v 1.7 89/12/18 13:19:55 jtkohl Exp $
/**/#
#if defined(DO_SYSLOG) && defined(SYSLOG_COMPAT42)
@@ -26,7 +26,7 @@ CODE= ${HDRS} ${SRCS} Imakefile
/*
* The pathname for the pid file.
*/
-ZHMPIDFILE=$(ETCATHDIR)/zhm.pid
+ZHMPIDFILE=PidFile($(ETCATHDIR))/zhm.pid
DEFINES=-DPIDFILE=\"$(ZHMPIDFILE)\"