head	1.6;
access;
symbols
	RELEASE-1_4:1.5.0.2
	GENTOO_1_4_SNAP_2003010800:1.4;
locks; strict;
comment	@# @;


1.6
date	2003.12.13.18.29.35;	author foser;	state dead;
branches;
next	1.5;

1.5
date	2003.02.14.22.01.30;	author vapier;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.09.10.02.23;	author vapier;	state Exp;
branches;
next	1.3;

1.3
date	2002.03.24.08.31.02;	author azarah;	state Exp;
branches;
next	1.2;

1.2
date	2001.12.06.20.17.01;	author azarah;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.01.19.53.13;	author azarah;	state Exp;
branches;
next	;


desc
@@


1.6
log
@remove, moved to fam
@
text
@#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.5 2003/02/14 22:01:30 vapier 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.5
log
@update copyright info
@
text
@d4 1
a4 1
# $Header: $
@


1.4
log
@header fix
@
text
@d2 1
a2 1
# Copyright 1999-2002 Gentoo Technologies, Inc.
d4 1
a4 1
# $Header: /home/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.3 2002/03/24 08:31:02 azarah Exp $
@


1.3
log
@rc-script fixes
@
text
@d3 2
a4 2
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.2 2001/12/06 20:17:01 azarah Exp $
a9 1

a21 1

@


1.2
log
@add copyright to RC6 rc-scripts
@
text
@d4 1
a4 1
# $Header: $
d13 2
a14 3
	#for some reason dont want to daemonize without the '&'
	start-stop-daemon --start --quiet --exec /usr/bin/fam \
		-- -T 0 -c /etc/fam.conf &
d23 1
@


1.1
log
@fam added
@
text
@d2 3
@

