Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 03-May-2022 | - | ||||
.cvs2cl | H A D | 03-May-2022 | 0 | |||
.nocvs2ftp | H A D | 03-May-2022 | 0 | |||
ACTIONS | H A D | 03-May-2022 | 158 | 13 | 12 | |
BUGS | H A D | 03-May-2022 | 331 | 7 | 6 | |
COPYING | H A D | 03-May-2022 | 17.6 KiB | 340 | 281 | |
ChangeLog | H A D | 03-May-2022 | 5 KiB | 175 | 107 | |
INSTALL | H A D | 03-May-2022 | 299 | 11 | 8 | |
Makefile | H A D | 03-May-2022 | 1.3 KiB | 62 | 46 | |
README | H A D | 03-May-2022 | 807 | 35 | 23 | |
action.cc | H A D | 03-May-2022 | 11.6 KiB | 446 | 340 | |
action.h | H A D | 03-May-2022 | 2.8 KiB | 219 | 192 | |
area.cc | H A D | 03-May-2022 | 6.8 KiB | 292 | 252 | |
area.h | H A D | 03-May-2022 | 654 | 43 | 36 | |
bastypes.h | H A D | 03-May-2022 | 228 | 7 | 5 | |
config.cc | H A D | 03-May-2022 | 3 KiB | 163 | 146 | |
config.h | H A D | 03-May-2022 | 719 | 46 | 42 | |
ftnaddr.cc | H A D | 03-May-2022 | 4.7 KiB | 237 | 186 | |
ftnaddr.h | H A D | 03-May-2022 | 2.3 KiB | 72 | 44 | |
global.cc | H A D | 03-May-2022 | 48 | 5 | 3 | |
global.h | H A D | 03-May-2022 | 79 | 6 | 4 | |
log.cc | H A D | 03-May-2022 | 808 | 51 | 44 | |
log.h | H A D | 03-May-2022 | 379 | 28 | 25 | |
lxtrack.1 | H A D | 03-May-2022 | 295 | 15 | 14 | |
lxtrack.cc | H A D | 03-May-2022 | 973 | 54 | 50 | |
lxtrack.cfg | H A D | 03-May-2022 | 366 | 17 | 13 | |
makefile.lnx | H A D | 03-May-2022 | 762 | 51 | 38 | |
makefile.osf | H A D | 03-May-2022 | 782 | 52 | 34 | |
mask.cc | H A D | 03-May-2022 | 5.7 KiB | 218 | 199 | |
mask.h | H A D | 03-May-2022 | 1.1 KiB | 61 | 55 | |
msg.cc | H A D | 03-May-2022 | 3.2 KiB | 161 | 139 | |
msg.h | H A D | 03-May-2022 | 766 | 44 | 36 | |
op.h | H A D | 03-May-2022 | 268 | 15 | 13 | |
pkt.cc | H A D | 03-May-2022 | 8.4 KiB | 309 | 216 | |
pkt.h | H A D | 03-May-2022 | 461 | 31 | 29 | |
scndr.h | H A D | 03-May-2022 | 279 | 16 | 14 | |
strsep.cc | H A D | 03-May-2022 | 1.1 KiB | 40 | 17 | |
strsep.h | H A D | 03-May-2022 | 119 | 7 | 4 | |
version.h | H A D | 03-May-2022 | 53 | 3 | 2 |
README
1 LxTrack 2 ----------------------- 3 4 5 6 I. Introduction 7 II. Config file 8III. Portability Issues 9 1. Header files 10 11I. Introduction 12=============== 13 14Lxtrack was designed to be a fully compatible NetMgr-Clone for Linux. The current 15version is somewhere around -0.1 ;) 16Lxtrack do not supported after 2005 year. 17 18II. Config file 19=============== 20 21Lxtrack uses the same config-format as Netmgr. Refer to Netmgr documentation for 22details. 23 24III. Portability Issues 25======================= 26 27The code is written almost exclusively using ANSI C++, so it shouldn't be too 28hard to port it to any system which has a C++ compiler conforming to ANSI. 29 30III.1 Header Files 31================== 32 33If you are using a compiler that has iostream.h instead of iostream defin 34 IS_OLDGCC in the Makefile, and it should run. 35