diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-08 23:43:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-08 23:43:48 +0000 |
commit | 0eee9e5b69f1b96c5f4ca299a46725daa412ac7b (patch) | |
tree | 9f7f6f7367119bdc75a988f3bb43a85d422e3e6c /media-sound/gnump3d/files | |
parent | Initial import. (diff) | |
download | gentoo-2-0eee9e5b69f1b96c5f4ca299a46725daa412ac7b.tar.gz gentoo-2-0eee9e5b69f1b96c5f4ca299a46725daa412ac7b.tar.bz2 gentoo-2-0eee9e5b69f1b96c5f4ca299a46725daa412ac7b.zip |
Version bump.
Diffstat (limited to 'media-sound/gnump3d/files')
-rw-r--r-- | media-sound/gnump3d/files/digest-gnump3d-2.2 | 1 | ||||
-rw-r--r-- | media-sound/gnump3d/files/gnump3d-2.2.rc6 | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/media-sound/gnump3d/files/digest-gnump3d-2.2 b/media-sound/gnump3d/files/digest-gnump3d-2.2 new file mode 100644 index 000000000000..532498c73dc0 --- /dev/null +++ b/media-sound/gnump3d/files/digest-gnump3d-2.2 @@ -0,0 +1 @@ +MD5 10849cbaaa2c4a1589ec69b30fd04e47 gnump3d-2.2.tar.gz 173740 diff --git a/media-sound/gnump3d/files/gnump3d-2.2.rc6 b/media-sound/gnump3d/files/gnump3d-2.2.rc6 new file mode 100644 index 000000000000..23d2b705f9d3 --- /dev/null +++ b/media-sound/gnump3d/files/gnump3d-2.2.rc6 @@ -0,0 +1,19 @@ +#!/sbin/runscript +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later + +depend() { + need net +} + +start() { + ebegin "Starting gnump3d" + start-stop-daemon --start --quiet --exec /usr/bin/gnump3d -- --background --quiet + eend $? +} + +stop() { + ebegin "Stopping gnump3d" + start-stop-daemon --stop --quiet --exec /usr/bin/gnump3d + eend $? +} |