forked from silv3rr/foo-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
HOWTO
39 lines (27 loc) · 950 Bytes
/
HOWTO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
This a a quick HOWTO,
for the things to NOT forget if you want footools works fine :
===============================================================================
change your glftpd path (by default: /glftpd) here:
in sources *BEFORE* compilation:
- src/Makefile.config
adjust: FTPROOT = /glftpd
- src/lib/glconf.h
adjust: #define GLCONF "/glftpd/etc/glftpd.conf"
- src/who/spy.c:
adjust: strcpy(glconf, "/glftpd/etc/glftpd.conf");
in config files:
- src/who/webspy.cfg (some path to setup)
- src/who/who.cfg (set your IPC_KEY here)
cd src
./configure
make build
( do "make distclean" first if compiled previously )
-------------------------------------------------------------------------------
last note;
----------
foo-tools:
do not edit configure and Makefile, they will get overwritten (autotools)
foo-pre:
when you do 'site pre' and you have : "200 Command Successful."
do : mknod /glftpd/dev/full c 1 7
//PCFiL