13
0
Fork 1

Update to kismet release default dir (to match kismet release plugins)

Default to /dev/coa if no device specified


git-svn-id: https://dedected.org/svn/trunk@89 8d8ab74c-27aa-4a3d-9bde-523a2bc1f624
This commit is contained in:
dragorn 2009-06-03 18:20:02 +00:00
parent fee26077c2
commit 1ba9f43abd
2 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Installation goes here
KIS_DEST_DIR ?= /usr/local
# You will need kismet newcore sources
KIS_SRC_DIR ?= /usr/src/kismet-newcore
KIS_SRC_DIR ?= /usr/src/kismet
KIS_INC_DIR ?= $(KIS_SRC_DIR)
HOME = .

View File

@ -339,6 +339,10 @@ public:
_MSG("Packetsource::Dect expected option 'device' for serial dev",
MSGFLAG_PRINTERROR);
return -1;
} else {
_MSG("Packetsource::Dect defaulting to DECT device /dev/coa",
MSGFLAG_INFO);
serialdevice = "/dev/coa";
}
}