summaryrefslogtreecommitdiff
path: root/editors/mule-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-07 21:57:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-07 21:57:56 +0000
commita1e7494ea5908c7f4136baf60b524b24912dc583 (patch)
tree6bbdcc15c692a07bec68147c6f1302bc55024a51 /editors/mule-common
parentMove the lock directory to /var/run/emacs/lock per Satoshi's (diff)
Make startup script quiet according to my own guidelines.
Notes
Notes: svn path=/head/; revision=13720
Diffstat (limited to 'editors/mule-common')
-rw-r--r--editors/mule-common/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index 25517b51f111..fb9ab10e0fc0 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.30 1997/09/10 08:49:44 asami Exp $
+# $Id: Makefile,v 1.31 1998/10/07 08:11:31 asami Exp $
#
DISTNAME= mule-2.3
@@ -101,7 +101,7 @@ post-install:
if [ ! -f ${STARTUP_SCRIPT} ]; then \
${ECHO} "Installing ${STARTUP_SCRIPT} startup file."; \
${ECHO} '#!/bin/sh' > ${STARTUP_SCRIPT}; \
- ${ECHO} 'echo -n " Mule"' >> ${STARTUP_SCRIPT}; \
+ ${ECHO} '#echo -n " Mule"' >> ${STARTUP_SCRIPT}; \
${ECHO} 'if [ -d /var/run/emacs/lock ]; then' >> ${STARTUP_SCRIPT}; \
${ECHO} ' rm -f /var/run/emacs/lock/*' >> ${STARTUP_SCRIPT}; \
${ECHO} "else" >> ${STARTUP_SCRIPT}; \