From 55eb3794fb4ad563102d5ab30c1d5337a599b2e5 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 25 Mar 2008 14:06:05 +0000 Subject: Rework our folder structure so that we don't have OS specific dirs, making it easier to share init and conf files per OS. --- conf.d.BSD/localmount | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 conf.d.BSD/localmount (limited to 'conf.d.BSD/localmount') diff --git a/conf.d.BSD/localmount b/conf.d.BSD/localmount deleted file mode 100644 index 61f2d1b9..00000000 --- a/conf.d.BSD/localmount +++ /dev/null @@ -1,29 +0,0 @@ -# Kernel core dump options for FreeBSD kernel. -# Unless you're a FreeBSD kernel developer or driver writer then this won't -# be of any interest to you at all. - -# The following options allow to configure the kernel's core dump -# facilities. Please read -# http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html -# for more information about Kernel core dumps and kernel debugging. - -# KERNEL_DUMP_DEVICE variable is used to specify which device will be -# used by the kernel to write the dump down. This has to be a swap -# partition, and has to be at least big enough to contain the whole -# physical memory (see hw.physmem sysctl(8) variable). -# When the variable is commented out, no core dump will be enabled for -# the kernel. -#KERNEL_DUMP_DEVICE="/dev/ad0s1b" - -# KERNEL_DUMP_DIR variable is used to tell savecore(8) utility where -# to save the kernel core dump once it's restored from the dump -# device. If unset, /var/crash will be used, as the default of -# FreeBSD. -#KERNEL_DUMP_DIR="/var/crash" - -# KERNEL_DUMP_COMPRESS variable decide whether to compress with -# gzip(1) the dump or leave it of its original size (the size of the -# physical memory present on the system). If set to yes, the -z option -# will be passed to savecore(8) that will proceed on compressing the -# dump. -#KERNEL_DUMP_COMPRESS="NO" -- cgit v1.2.3