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


1.3
date	2004.10.11.22.39.19;	author foser;	state dead;
branches;
next	1.2;

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

1.1
date	2003.12.07.23.19.54;	author foser;	state Exp;
branches;
next	;


desc
@@


1.3
log
@add provide & cleanup
@
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-admin/fam/files/fam,v 1.2 2004/07/14 21:12:23 agriffis Exp $

depend() {
	need portmap
}

start() {
	ebegin "Starting fam"
	start-stop-daemon --start --quiet --exec /usr/bin/fam --background \
		-- -T 0 -c /etc/fam.conf
	eend $?
}

stop() {
	ebegin "Stopping fam"
	start-stop-daemon --stop --quiet --exec /usr/bin/fam
	eend $?
}
@


1.2
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d4 1
a4 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/fam/files/fam,v 1.1 2003/12/07 23:19:54 foser Exp $
@


1.1
log
@new release, move from fam-oss to fam
@
text
@d2 1
a2 1
# Copyright 1999-2003 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: /home/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.5 2003/02/14 22:01:30 vapier Exp $
@

