diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-07-29 01:20:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-07-29 01:20:04 +0000 |
commit | 5efd8a1c0a7d829eab5a22be274c629b3d79ed21 (patch) | |
tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /media-gfx/maya/files/maya-docs | |
parent | Removing packages/ebuilds which are already in the tree or no longer necessary. (diff) | |
download | wolf31o2-master.tar.gz wolf31o2-master.tar.bz2 wolf31o2-master.zip |
svn path=/; revision=211
Diffstat (limited to 'media-gfx/maya/files/maya-docs')
-rw-r--r-- | media-gfx/maya/files/maya-docs | 17 |
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 $? -} |