diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-11-17 12:19:22 +0000 |
commit | d615f4ca564f838b39bd8b504a3107011d951a03 (patch) | |
tree | d799b77773a040bd9f634696266507c9072dd071 /textproc/coco/files/mule.sh | |
parent | Remove do-package target that was running "make package" in (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_2_0'.release/4.2.0
Diffstat (limited to 'textproc/coco/files/mule.sh')
-rw-r--r-- | textproc/coco/files/mule.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/coco/files/mule.sh b/textproc/coco/files/mule.sh deleted file mode 100644 index c6976c1b8a18..000000000000 --- a/textproc/coco/files/mule.sh +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -case "$1" in -start) - if [ -d /var/run/emacs/lock ] - then - rm -f /var/run/emacs/lock/* - else - mkdir -p /var/run/emacs/lock - fi - chmod 1777 /var/run/emacs/lock - ;; -stop) - ;; -*) - echo "Usage: `basename $0` {start|stop}" >&2 - exit 64 - ;; -esac - -exit 0 |