diff options
author | Sven Schwyn (svoop) <gentoo@bitcetera.com> | 2009-02-15 15:16:27 +0000 |
---|---|---|
committer | Sven Schwyn (svoop) <gentoo@bitcetera.com> | 2009-02-15 15:16:27 +0000 |
commit | 9ddff809333f05403aa96ce9df7d93303758b142 (patch) | |
tree | f29d8adfe29f627847f276463f827d05c7b769d0 /app-misc/heyu/files/2.4.0 | |
parent | app-office/openoffice-infra: Some additional fixes for openoffice-infra-2.4.2 (diff) | |
download | sunrise-9ddff809333f05403aa96ce9df7d93303758b142.tar.gz sunrise-9ddff809333f05403aa96ce9df7d93303758b142.tar.bz2 sunrise-9ddff809333f05403aa96ce9df7d93303758b142.zip |
app-misc/heyu: Version bump and various - including security relevant - improvements, thanks to Tommy.
svn path=/sunrise/; revision=7928
Diffstat (limited to 'app-misc/heyu/files/2.4.0')
-rw-r--r-- | app-misc/heyu/files/2.4.0/heyu.init | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/heyu/files/2.4.0/heyu.init b/app-misc/heyu/files/2.4.0/heyu.init deleted file mode 100644 index e8ff76e0d..000000000 --- a/app-misc/heyu/files/2.4.0/heyu.init +++ /dev/null @@ -1,24 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -start() { - ebegin "Starting heyu" - mkdir /var/tmp/heyu 2>/dev/null - chmod a=rwx /var/tmp/heyu - /usr/bin/heyu start >/dev/null - eend $? -} - -stop() { - ebegin "Stopping heyu" - /usr/bin/heyu stop - eend $? -} - -restart() { - svc_stop - sleep 5 - svc_start -} |