summaryrefslogtreecommitdiff
path: root/benchmarks/thrulay/files
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-09-19 20:05:36 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-09-19 20:05:36 +0000
commit4c0562fe1be7c2bf9c0bf9ecfa3dc5ec5765042e (patch)
tree34dcb289873d2e0ba90a8d967665e5efaa0e928d /benchmarks/thrulay/files
parentChase multimedia/libdvdcss shlib bump by patching the hardcoded reference to it (diff)
- Update to 0.9
- use rc.d script - Update MASTER_SITES - use PORTDOCS - USE_LDCONFIG - obey custom PREFIX PR: 138366 Submitted by: Sylvio Cesar Approved by: maintainer Feature safe: yes
Notes
Notes: svn path=/head/; revision=241767
Diffstat (limited to 'benchmarks/thrulay/files')
-rw-r--r--benchmarks/thrulay/files/thrulayd.sh.sample14
1 files changed, 0 insertions, 14 deletions
diff --git a/benchmarks/thrulay/files/thrulayd.sh.sample b/benchmarks/thrulay/files/thrulayd.sh.sample
deleted file mode 100644
index a571253778a9..000000000000
--- a/benchmarks/thrulay/files/thrulayd.sh.sample
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-thrulayd=/usr/local/sbin/thrulayd
-
-case "$1" in
-start)
- [ -x $thrulayd ] && $thrulayd && echo -n ' thrulayd'
- ;;
-*)
- echo "Usage: `basename $0` {start}" >&2
- ;;
-esac
-
-exit 0