blob: 61ebc8f5e529ebb3a9f0af09847644460cbcd20c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./src/init/shared.sh.orig 2013-10-29 12:13:44.000000000 -0600
+++ ./src/init/shared.sh 2014-04-21 19:52:35.000000000 -0600
@@ -28,7 +28,6 @@
NAMESERVERS=`cat /etc/resolv.conf | grep "^nameserver" | cut -d " " -sf 2`
NAMESERVERS2=`cat /etc/resolv.conf | grep "^nameserver" | cut -sf 2`
HOST_CMD=`which host`
-CC=""
NAME="OSSEC HIDS"
INSTYPE="server"
DEFAULT_DIR=`grep DIR ${LOCATION} | cut -f2 -d\"`
|