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


1.3
date	2009.09.03.01.04.56;	author williamh;	state dead;
branches;
next	1.2;
commitid	62a4a9f16384567;

1.2
date	2004.07.14.21.05.48;	author agriffis;	state Exp;
branches;
next	1.1;

1.1
date	2004.04.02.22.43.00;	author dmwaters;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@


1.3
log
@removed old version
(Portage version: 2.2_rc40/cvs/Linux i686)
@
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/epos/files/epos,v 1.2 2004/07/14 21:05:48 agriffis Exp $

depend() {
	use alsasound esound
}

start() {
	ebegin "Starting epos"
	start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/epos.pid \
		--exec /usr/bin/epos -- -f
	eend $?
}

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


1.2
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/epos/files/epos,v 1.1 2004/04/02 22:43:00 dmwaters Exp $
@


1.1
log
@Initial ebuild of epos.
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: $
@


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/epos/files/epos,v 1.2 2004/07/14 21:05:48 agriffis Exp $
@


