diff options
| author | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
|---|---|---|
| committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-12-03 10:13:41 -0600 |
| commit | 1267025fb76af18e31b2c7de16606abbb9b87ea3 (patch) | |
| tree | 8cc3a36b1dd7e1438d05a293cae8eac572126a7c /conf.d/savecore | |
| parent | 30cc3cdb76a66c7c0f89a52db4e5cff77b570e31 (diff) | |
initial commitorigin/gh-pagesgithub/gh-pages
Diffstat (limited to 'conf.d/savecore')
| -rw-r--r-- | conf.d/savecore | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/conf.d/savecore b/conf.d/savecore deleted file mode 100644 index 99eaefc9..00000000 --- a/conf.d/savecore +++ /dev/null @@ -1,25 +0,0 @@ -# Unless you're a 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. - -# The 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. -#dump_device=/dev/ad0s1b - -# The 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. -#dump_dir=/var/crash - -# The 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. -#dump_compress=NO |
