|
7 | 7 | filtering options available, making it a powerfull filesystem search
|
8 | 8 | application.
|
9 | 9 |
|
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 |
11 | 11 | with this tool. This is a C source project, scripts are NOT required
|
12 | 12 | for any part of glutil to function. However, scripts depend on
|
13 | 13 | glutil to read/write binary log/shm/filesystem/config data.
|
14 | 14 | Scripts are NOT maintained and tested on different evironments.
|
15 | 15 | 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. |
17 | 17 |
|
18 | 18 | See ./glutil --help for full list of options with short descriptions.
|
19 | 19 |
|
|
30 | 30 | along argument strings converted from binary data to shell (-execv)
|
31 | 31 | - Write to any binary log, using an ASCII formatted text or binary
|
32 | 32 | source
|
33 |
| - - Calculate CRC32 hashes |
| 33 | + - Calculate CRC32 of files |
34 | 34 |
|
35 | 35 | INSTALLATION:
|
36 | 36 |
|
37 | 37 | - Unpack and compile:
|
38 | 38 |
|
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 |
43 | 43 |
|
44 | 44 | Some warnings might pop up (should be safe)
|
45 | 45 | glconf.h (found in /bin/sources) is needed to compile properly,
|
46 | 46 | make sure to put it into 'src/' folder.
|
47 | 47 |
|
48 | 48 | - Install:
|
49 | 49 |
|
50 |
| - make install |
51 |
| - |
| 50 | + make install |
52 | 51 |
|
53 | 52 |
|
54 | 53 | SUPPORTED glFTPd BINARY LOGS (with default paths):
|
|
0 commit comments