head	1.4;
access;
symbols
	RELENG_9:1.4.0.2;
locks; strict;
comment	@# @;


1.4
date	2013.06.19.00.38.36;	author svnexp;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	2012.12.21.19.30.51;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.17.01.54.39;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.07.14.03.16.57;	author dteske;	state Exp;
branches;
next	;

1.4.2.1
date	2013.06.19.00.38.36;	author svnexp;	state dead;
branches;
next	1.4.2.2;

1.4.2.2
date	2013.07.07.20.03.17;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251911
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Copyright (c) 2012 Ron McDowell
# Copyright (c) 2012 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: head/usr.sbin/bsdconfig/examples/bsdconfigrc 251911 2013-06-18 08:40:16Z dteske $

# This file allows you to customize the behavior of bsdconfig.
#   Copy it to your $HOME/.bsdconfigrc and edit to suit.

# Debugging aids for development
#
#debug=1
#debugFile=$HOME/out
#debugFile=+$HOME/out # includes debug to stdout

# Optionally override functions to be more verbose (like including the date)
#
# f_dprintf() {
# 	local format="$1"; shift
# 	printf "$(date):$pgm:$format\n" "$@@" >> $HOME/out
# }
@


1.4.2.1
log
@file bsdconfigrc was added on branch RELENG_9 on 2013-07-07 20:03:17 +0000
@
text
@d1 42
@


1.4.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252995
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 42
# Copyright (c) 2012 Ron McDowell
# Copyright (c) 2012 Devin Teske
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
# are met:
# 1. Redistributions of source code must retain the above copyright
#    notice, this list of conditions and the following disclaimer.
# 2. Redistributions in binary form must reproduce the above copyright
#    notice, this list of conditions and the following disclaimer in the
#    documentation and/or other materials provided with the distribution.
#
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $FreeBSD: stable/9/usr.sbin/bsdconfig/examples/bsdconfigrc 252995 2013-07-07 19:13:34Z dteske $

# This file allows you to customize the behavior of bsdconfig.
#   Copy it to your $HOME/.bsdconfigrc and edit to suit.

# Debugging aids for development
#
#debug=1
#debugFile=$HOME/out
#debugFile=+$HOME/out # includes debug to stdout

# Optionally override functions to be more verbose (like including the date)
#
# f_dprintf() {
# 	local format="$1"; shift
# 	printf "$(date):$pgm:$format\n" "$@@" >> $HOME/out
# }
@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/244550
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d26 1
a26 1
# $FreeBSD: head/usr.sbin/bsdconfig/examples/bsdconfigrc 244550 2012-12-21 19:26:17Z dteske $
a29 1
#   defaults are shown.
d31 8
a38 1
# debugging aid for development
d40 2
a41 2
#   local format="$1"; shift
#   printf "$(date):$pgm:$format\n" "$@@" >> $HOME/out
@


1.2
log
@Switching exporter and resync
@
text
@d26 1
a26 1
# $FreeBSD: head/usr.sbin/bsdconfig/examples/bsdconfigrc 238438 2012-07-14 03:16:57Z dteske $
d34 2
a35 1
#   echo "$(date):$pgm: $1" >> $HOME/out
@


1.1
log
@SVN rev 238438 on 2012-07-14 03:16:57Z by dteske

Import bsdconfig(8) as a replacement for the post-install abilities of
deprecated sysinstall(8). NOTE: WITH_BSDCONFIG is currently required.

Submitted by:	Devin Teske (dteske), Ron McDowell <rcm@@fuzzwad.org>
Reviewed by:	Ron McDowell <rcm@@fuzzwad.org>
Approved by:	Ed Maste (emaste)
@
text
@d26 1
a26 1
# $FreeBSD$
@

