summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-gfx/maya/files/maya-docs')
-rw-r--r--media-gfx/maya/files/maya-docs17
1 files changed, 0 insertions, 17 deletions
diff --git a/media-gfx/maya/files/maya-docs b/media-gfx/maya/files/maya-docs
deleted file mode 100644
index 58f4fb2..0000000
--- a/media-gfx/maya/files/maya-docs
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/runscript
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting Maya Doc Server"
- start-stop-daemon --start --quiet --exec /opt/aw/maya/docs/startDocServer.sh
- eend $?
-}
-
-stop() {
- ebegin "Stopping Maya Doc Server"
- start-stop-daemon --start --quiet --exec /opt/aw/maya/docs/shutdownDocServer.sh
- eend $?
-}