summaryrefslogtreecommitdiff
path: root/app-admin/cancd/files/netconsole-conf.d
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-admin/cancd/files/netconsole-conf.d
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-admin/cancd/files/netconsole-conf.d')
-rw-r--r--app-admin/cancd/files/netconsole-conf.d27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-admin/cancd/files/netconsole-conf.d b/app-admin/cancd/files/netconsole-conf.d
deleted file mode 100644
index aad2fc797172..000000000000
--- a/app-admin/cancd/files/netconsole-conf.d
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# required!
-TGT_IP=''
-
-DEVICE=eth0
-
-SRC_IP=''
-# will default to first address on $DEVICE
-# must be specified if the device does not have an IP at init time
-SRC_PORT=6665 # default
-
-# note that cancd daemon uses 6667 as default
-# but netconsole.txt says 6666 is the default
-TGT_PORT=6667
-
-# if you want to broadcast, specify 'broadcast' here.
-# it's a security hole on an untrusted network.
-TGT_MAC=''
-
-LOGLEVEL='1'
-# LOGLEVEL are the kernel console logging levels
-# [0..7] = EMERG,ALERT,CRIT,ERR,WARNING,NOTICE,INFO,DEBUG
-# 1 means only kernel panics are reported (default)
-# this affects all console logging
-# see syslog(2) for more info