diff options
Diffstat (limited to 'net-misc/omniORB/files/omniORB.305')
-rw-r--r-- | net-misc/omniORB/files/omniORB.305 | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/net-misc/omniORB/files/omniORB.305 b/net-misc/omniORB/files/omniORB.305 deleted file mode 100644 index 89b00641ae55..000000000000 --- a/net-misc/omniORB/files/omniORB.305 +++ /dev/null @@ -1,27 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/files/omniORB.305,v 1.4 2004/07/15 00:07:09 agriffis Exp $ - -depend() { - need net -} - -start() { - if [ ! -d "/var/log/omniORB" ] ; then - install -d /var/log/omniORB - fi - if [ "/var/log/omniORB/omninames*" ] ; then - rm -f /var/log/omniORB/omninames* - fi - ebegin "Starting omniORB" - exec /usr/bin/omniNames -start 2809 -logdir /var/log/omniORB \ - -errlog /var/log/omniORB/omniORB.errors 1>&2 & - eend $? "Error starting omniORB." -} - -stop() { - ebegin "Stopping omniORB" - killall omniNames 1>&2 - eend $? "Error stopping omniORB." -} |