summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-07-29 01:20:04 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2008-07-29 01:20:04 +0000
commit5efd8a1c0a7d829eab5a22be274c629b3d79ed21 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /media-gfx/maya/files/maya-docs
parentRemoving packages/ebuilds which are already in the tree or no longer necessary. (diff)
downloadwolf31o2-master.tar.gz
wolf31o2-master.tar.bz2
wolf31o2-master.zip
Removing all files, since I've moved over to using Git on my own server.HEADmaster
svn path=/; revision=211
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 $?
-}