head	1.2;
access;
symbols
	RELENG_9:1.2.0.2;
locks; strict;
comment	@# @;


1.2
date	2012.12.13.09.43.13;	author svnexp;	state Exp;
branches
	1.2.2.1;
next	1.1;

1.1
date	2012.12.01.15.13.12;	author svnexp;	state Exp;
branches;
next	;

1.2.2.1
date	2012.12.13.09.43.13;	author svnexp;	state dead;
branches;
next	1.2.2.2;

1.2.2.2
date	2012.12.18.14.34.50;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244181
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@#!/bin/sh
#
# $FreeBSD: head/etc/rc.d/auditdistd 244181 2012-12-13 09:41:32Z pjd $
#

# PROVIDE: auditdistd
# REQUIRE: auditd
# BEFORE:  DAEMON
# KEYWORD: nojail shutdown

. /etc/rc.subr

name="auditdistd"
rcvar="${name}_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
required_files="/etc/security/${name}.conf"
extra_commands="reload"

load_rc_config $name
run_rc_command "$1"
@


1.2.2.1
log
@file auditdistd was added on branch RELENG_9 on 2012-12-18 14:34:50 +0000
@
text
@d1 21
@


1.2.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244398
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r244398 | rwatson | 2012-12-18 14:32:53 +0000 (Tue, 18 Dec 2012) | 29 lines
## SVN ##
## SVN ## Merge r244181 from head to stable/9:
## SVN ##
## SVN ##   Fix the location of auditdistd configuration file.
## SVN ##
## SVN ##   Reported by:    Johan Hendriks <joh.hendriks@@gmail.com>
## SVN ##
## SVN ## Merge remaining unmerged portions of r243752 from head to stable/9; parts
## SVN ## adding the new 'auditdistd' user were previously merged in r243947:
## SVN ##
## SVN ##   Merge a number of changes required to hook up OpenBSM 1.2-alpha2's
## SVN ##   auditdistd (distributed audit daemon) to the build:
## SVN ##
## SVN ##   - Manual cross references
## SVN ##   - Makefile for auditdistd
## SVN ##   - rc.d script, rc.conf entrie
## SVN ##   - New group and user for auditdistd; associated aliases, etc.
## SVN ##
## SVN ##   The audit trail distribution daemon provides reliable,
## SVN ##   cryptographically protected (and sandboxed) delivery of audit tails
## SVN ##   from live clients to audit server hosts in order to both allow
## SVN ##   centralised analysis, and improve resilience in the event of client
## SVN ##   compromises: clients are not permitted to change trail contents
## SVN ##   after submission.
## SVN ##
## SVN ##   Submitted by:   pjd
## SVN ##   Sponsored by:   The FreeBSD Foundation (auditdistd)
## SVN ##
## SVN ## Obtained from:	TrustedBSD Project
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@a0 21
#!/bin/sh
#
# $FreeBSD: stable/9/etc/rc.d/auditdistd 244398 2012-12-18 14:32:53Z rwatson $
#

# PROVIDE: auditdistd
# REQUIRE: auditd
# BEFORE:  DAEMON
# KEYWORD: nojail shutdown

. /etc/rc.subr

name="auditdistd"
rcvar="${name}_enable"
pidfile="/var/run/${name}.pid"
command="/usr/sbin/${name}"
required_files="/etc/security/${name}.conf"
extra_commands="reload"

load_rc_config $name
run_rc_command "$1"
@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/243752
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d3 1
a3 1
# $FreeBSD: head/etc/rc.d/auditdistd 243752 2012-12-01 15:11:46Z rwatson $
d17 1
a17 1
required_files="/etc/${name}.conf"
@

