Skip to content

Commit 943cc30

Browse files
author
nixnodes
committed
documentation update
1 parent 9a573cf commit 943cc30

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
* - ~ Stuff already in the dirlog was being added in update mode
3737
* 2.6.6:
3838
* - ~ Critical fix: uninitialized ht settings causing double freeing
39+
* 2.6.7:
40+
* - + Removed 'glconf.h' dependancy when compiling the filesystem search utility
3941
*
4042
* v2.5:
4143
*

INSTALL

+1-2
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ Time to test it out:
156156
Other precheck scripts/tools can be included as parts of an existing chain.
157157
Look in examples (/ftp-data/glutil/precheck-confg/) to see how.
158158
If you've already got a set of yourown precheck scripts to which you are used
159-
too, there's no need to dismiss them, rather stack their filtering tasks using
159+
to, there's no need to dismiss them, rather stack their filtering tasks using
160160
glutil's engine, forming a powerfull filter chain.
161161

162-

README

+8-9
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
filtering options available, making it a powerfull filesystem search
88
application.
99

10-
Check /scripts folder in this repo for examples on what can be done
10+
Check /scripts folder in this repo for examples on what can be done
1111
with this tool. This is a C source project, scripts are NOT required
1212
for any part of glutil to function. However, scripts depend on
1313
glutil to read/write binary log/shm/filesystem/config data.
1414
Scripts are NOT maintained and tested on different evironments.
1515
That said, they should work fine on most newer linux environments
16-
and provide scripters with a base for porting to theirown select platforms.
16+
and provide scripters with a base for porting to theirown platforms.
1717

1818
See ./glutil --help for full list of options with short descriptions.
1919

@@ -30,25 +30,24 @@
3030
along argument strings converted from binary data to shell (-execv)
3131
- Write to any binary log, using an ASCII formatted text or binary
3232
source
33-
- Calculate CRC32 hashes
33+
- Calculate CRC32 of files
3434

3535
INSTALLATION:
3636

3737
- Unpack and compile:
3838

39-
git clone https://github.com/nixnodes/glutil.git
40-
cp /glroot/bin/sources/glconf.h glutil/src/
41-
./configure --prefix=/glroot
42-
make
39+
git clone https://github.com/nixnodes/glutil.git
40+
cd glutil
41+
cp /glroot/bin/sources/glconf.h src/
42+
./configure --prefix=/glroot && make
4343

4444
Some warnings might pop up (should be safe)
4545
glconf.h (found in /bin/sources) is needed to compile properly,
4646
make sure to put it into 'src/' folder.
4747

4848
- Install:
4949

50-
make install
51-
50+
make install
5251

5352

5453
SUPPORTED glFTPd BINARY LOGS (with default paths):

0 commit comments

Comments
 (0)