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


1.4
date	2008.02.01.12.31.24;	author flameeyes;	state Exp;
branches;
next	1.3;
commitid	69d947a3111b4567;

1.3
date	2008.01.10.15.32.46;	author drac;	state Exp;
branches;
next	1.2;
commitid	1e7147863a9d4567;

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

1.1
date	2003.10.18.06.12.36;	author mr_bones_;	state Exp;
branches
	1.1.1.1;
next	;

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


desc
@@


1.4
log
@Update init script to work with current development version of OpenRC (checkroot -> root; checkfs -> fsck).
(Portage version: 2.1.4.1)
@
text
@#!/sbin/runscript
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/verynice/files/verynice,v 1.3 2008/01/10 15:32:46 drac Exp $

depend() {
	after checkroot root
}

start() {
	ebegin "Starting verynice"
	/usr/sbin/verynice -d /var/run/verynice.pid
	eend $?
}

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


1.3
log
@Add depend for after checkroot to init script wrt #169054
(Portage version: 2.1.4_rc14)
@
text
@d4 1
a4 1
# $Header: $
d7 1
a7 1
	after checkroot
@


1.2
log
@Gentoo Technologies -> Gentoo Foundation
@
text
@d2 1
a2 1
# Copyright 1999-2004 Gentoo Foundation
d4 5
a8 1
# $Header: /var/cvsroot/gentoo-x86/app-admin/verynice/files/verynice,v 1.1 2003/10/18 06:12:36 mr_bones_ Exp $
@


1.1
log
@initial commit (bug 27077)
@
text
@d2 1
a2 1
# Copyright 1999-2003 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-admin/verynice/files/verynice,v 1.2 2004/07/14 21:21:11 agriffis Exp $
@


