head	1.9;
access;
symbols
	RELEASE-1_4:1.8.0.2
	GENTOO_1_4_SNAP_2003010800:1.7;
locks; strict;
comment	@# @;


1.9
date	2004.06.29.20.22.10;	author klieber;	state dead;
branches;
next	1.8;

1.8
date	2003.02.14.22.13.32;	author vapier;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.04.14.28.25;	author azarah;	state Exp;
branches;
next	1.6;

1.6
date	2002.09.21.02.57.34;	author woodchip;	state Exp;
branches;
next	1.5;

1.5
date	2002.08.08.02.42.20;	author seemant;	state Exp;
branches;
next	1.4;

1.4
date	2002.07.25.12.54.56;	author seemant;	state dead;
branches;
next	1.3;

1.3
date	2002.05.04.01.22.36;	author woodchip;	state Exp;
branches;
next	1.2;

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

1.1
date	2002.01.13.23.46.59;	author woodchip;	state Exp;
branches;
next	;


desc
@@


1.9
log
@removed unmaintained package.  closes #42963
@
text
@#!/sbin/runscript
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/msyslog/files/msyslog-init,v 1.8 2003/02/14 22:13:32 vapier Exp $

depend() {
	need clock hostname
	provide logger
}

start() {
	ebegin "Starting msyslog"
	start-stop-daemon --start --quiet --exec /usr/sbin/msyslogd \
		-- ${MSYSLOG_OPTS}
	eend $? "Failed to start msyslog"
}

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


1.8
log
@update copyright info
@
text
@d4 1
a4 1
# $Header: $
@


1.7
log
@fix loggers rc-scripts to depend on both hostname and clock
@
text
@d2 3
a4 3
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-x86/app-admin/msyslog/files/msyslog-init,v 1.6 2002/09/21 02:57:34 woodchip Exp $
@


1.6
log
@chase latest + fix #8170
@
text
@d4 1
a4 1
# $Header: $
d7 1
a7 1
	need clock
@


1.5
log
@moved conf files back into files out of bz2 on mirror
@
text
@d4 1
a4 1
# $Header: /home/cvsroot/gentoo-x86/app-admin/msyslog/files/msyslog-init,v 1.3 2002/05/04 01:22:36 woodchip Exp $
d13 2
a14 1
	start-stop-daemon --start --quiet --exec /usr/sbin/msyslogd -- ${MSYSLOG_OPTS}
a22 1

@


1.4
log
@version bump and cleanup of stuff
@
text
@@


1.3
log
@added LICENSE, SLOT, $Headers
@
text
@d4 1
a4 1
# $Header: /home/cvsroot/gentoo-x86/app-admin/msyslog/files/msyslog-init,v 1.2 2002/03/11 22:40:52 azarah Exp $
@


1.2
log
@add logger provide
@
text
@d4 1
a4 4
# $Header: /home/cvsroot/gentoo-x86/app-admin/msyslog/files/msyslog-init,v 1.1 2002/01/13 23:46:59 woodchip Exp $

# NB: Config is in /etc/conf.d/msyslog

@


1.1
log
@Added msyslog, a modular-designed syslog, with log protection.

This baby supports standard syslogd configuration syntax,
logging to an SQL database (comes with modules for MySQL
and PostgreSQL), regex filtering and more.  Features an
implementation of PEO-1 and L-PEO, two new algorithmic
protocols for integrity checking of logs, even when the
root account was comprimised.

The default config file (/etc/msyslog/msyslog.conf) turns
on two simple, classic style logs.  There are examples
for MySQL and PostgreSQL included.

--Enjoy :)
@
text
@d4 4
a7 1
# $Header$
d11 1
d17 1
a17 1
	eend $?
d23 1
a23 1
	eend $?
d25 1
@

