diff options
author | 2006-03-03 19:18:10 +0000 | |
---|---|---|
committer | 2006-03-03 19:18:10 +0000 | |
commit | ef59271a38ddaa6f08b18274317b71eacf463a5b (patch) | |
tree | 4d486da4cdcc275c28f7b7bdb8dcdccee34dc871 /media-video/flumotion/files | |
parent | fix manifest (diff) | |
download | historical-ef59271a38ddaa6f08b18274317b71eacf463a5b.tar.gz historical-ef59271a38ddaa6f08b18274317b71eacf463a5b.tar.bz2 historical-ef59271a38ddaa6f08b18274317b71eacf463a5b.zip |
version bump
Package-Manager: portage-2.0.54
Diffstat (limited to 'media-video/flumotion/files')
4 files changed, 18 insertions, 2 deletions
diff --git a/media-video/flumotion/files/digest-flumotion-0.1.6 b/media-video/flumotion/files/digest-flumotion-0.1.6 deleted file mode 100644 index 20bf22bf741a..000000000000 --- a/media-video/flumotion/files/digest-flumotion-0.1.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 eaaa93f8d2696164849c19d0c466fab9 flumotion-0.1.6.tar.bz2 574448 diff --git a/media-video/flumotion/files/digest-flumotion-0.1.7 b/media-video/flumotion/files/digest-flumotion-0.1.7 deleted file mode 100644 index 575aede66715..000000000000 --- a/media-video/flumotion/files/digest-flumotion-0.1.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 badba6b3c35a62b42920f5c35964017e flumotion-0.1.7.tar.bz2 600684 diff --git a/media-video/flumotion/files/digest-flumotion-0.2.0 b/media-video/flumotion/files/digest-flumotion-0.2.0 new file mode 100644 index 000000000000..1c8da4893b2d --- /dev/null +++ b/media-video/flumotion/files/digest-flumotion-0.2.0 @@ -0,0 +1 @@ +MD5 f674eb7286fb0cef687c372a0da1ebd1 flumotion-0.2.0.tar.bz2 786656 diff --git a/media-video/flumotion/files/flumotion-init-0.2.0 b/media-video/flumotion/files/flumotion-init-0.2.0 new file mode 100755 index 000000000000..50834f076d2d --- /dev/null +++ b/media-video/flumotion/files/flumotion-init-0.2.0 @@ -0,0 +1,17 @@ +#!/sbin/runscript + +depend() { + need net +} + +start() { + ebegin "Starting Flumotion" + HOME=/usr/share/flumotion start-stop-daemon --start --chuid flumotion:flumotion --exec /usr/sbin/flumotion start + eend $? +} + +stop() { + ebegin "Stopping Flumotion" + /usr/sbin/flumotion stop + eend $? +} |