pkg://dxc-4.4-608.src.rpm:37385/dxc-4.4-varlib.dif
info downloads
--- dxc.1
+++ dxc.1
@@ -142,7 +142,7 @@
.B /etc/ax25/dxcrc
- configuration file
.PP
-.B /var/dxc/Qsl_info.txt
+.B /var/lib/dxc/Qsl_info.txt
- qsl-info database
.PP
.B /usr/bin/dxcalarma, /usr/bin/dxcalarmb, /usr/bin/dxcalarmc
@@ -163,19 +163,19 @@
3 - DXC was tested with kernel 2.0.12 and 2.0.30 and with
ax25 utilities 2.0.12 ,2.0.12c and 2.1.42a, 2.0.36 + libc6
-4 - In /var/dxc you can find the Qsl_info.file. This file is
+4 - In /var/lib/dxc you can find the Qsl_info.file. This file is
automatically updated by dxc. When a spot include some
key-word like 'qsl','via','msg' ( see dxc.c code ), this
-info is stored in /var/dxc/Qsl_info.txt file.Syntax is
+info is stored in /var/lib/dxc/Qsl_info.txt file.Syntax is
CALL QSL-INFO.
There isn't dupe check.If you want a sorted list try
-.I cat /var/dxc/Qsl_info.txt | sort.
+.I cat /var/lib/dxc/Qsl_info.txt | sort.
.nf
If you want serch a call try
-.I "grep CALL /var/dxc/Qsl_info.txt"
+.I "grep CALL /var/lib/dxc/Qsl_info.txt"
.fi
.PP
--- dxc.c
+++ dxc.c
@@ -25,7 +25,7 @@
#include "version.h"
#include "myconfig.h"
-#define QSLINFOFILENAME "/var/dxc/Qsl_info.txt"
+#define QSLINFOFILENAME "/var/lib/dxc/Qsl_info.txt"
FILE *qslinfofile;
int log_write=0; /* di default non esegue il log */