head	1.5;
access;
symbols;
locks; strict;
comment	@# @;


1.5
date	2011.04.26.18.06.21;	author arfrever;	state dead;
branches;
next	1.4;
commitid	1c484db7099d4567;

1.4
date	2008.08.07.03.52.43;	author williamh;	state Exp;
branches;
next	1.3;
commitid	608a489a718a4567;

1.3
date	2004.07.14.21.07.55;	author agriffis;	state Exp;
branches;
next	1.2;

1.2
date	2004.03.31.02.43.28;	author eradicator;	state Exp;
branches;
next	1.1;

1.1
date	2004.03.31.02.36.58;	author eradicator;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2005.11.30.10.04.36;	author chriswhite;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Delete older ebuild.
@
text
@#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher,v 1.4 2008/08/07 03:52:43 williamh Exp $

depend() {
	use alsasound esound pulseaudio festival speechd
}

start() {
	ebegin "Starting speech-dispatcher"
	start-stop-daemon --start --quiet --background --exec /usr/bin/speech-dispatcher -- -d
	eend $?
}

stop() {
	ebegin "Stopping speech-dispatcher"
	start-stop-daemon --stop --quiet --pidfile /var/run/speech-dispatcher.pid
	eend $?
}

restart() {
	svc_stop || exit 1
	sleep 2
	svc_start || exit 1
}
@


1.4
log
@Version bump.
(Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo i686)
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher,v 1.3 2004/07/14 21:07:55 agriffis Exp $
@


1.3
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher,v 1.2 2004/03/31 02:43:28 eradicator Exp $
d7 1
a7 1
	use alsasound esound festival speechd
@


1.2
log
@Sleeping longer.
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: /home/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher,v 1.1 2004/03/31 02:36:58 eradicator Exp $
@


1.1
log
@Initial import.  Ebuild by squinky86.
@
text
@d4 1
a4 1
# $Header: $
d23 3
a25 3
	svc_stop || die
	sleep 1
	svc_start || die
@


1.1.1.1
log
@*** empty log message ***
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Foundation
d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/files/speech-dispatcher,v 1.3 2004/07/14 21:07:55 agriffis Exp $
d23 3
a25 3
	svc_stop || exit 1
	sleep 2
	svc_start || exit 1
@


