|
Sujet : installation de pure-ftp sous FreeBSD |
| ze_cameleon |
Sinon tu peux faire un petit script pureftpd.sh que tu mets dans ton rep
/usr/local/etc/rc.d/
du style :
pure-ftpd -A -B -H -c 200 -C 3 -E -O stats:/var/log/pureftpd.log -l mysql:/usr/local/etc/pureftpd-mysql.conf
Autant tout centraliser sur ton piti bsd :) tu peux meme t'amuser a faire des scripts avec start, restart et stop :)
bemixam a écrit a écrit :
merci ... ca marche ... mais j ai pas de /etc/rc.local
je dois l ajouter ou pour que ca demarre tout seul ?
silverfuck# ls -l | grep rc.
6 -rw-r--r-- 1 root wheel 4906 Jan 28 14:13 rc.atm
2 -rw-r--r-- 1 root wheel 751 May 26 18:39 rc.conf
2 -rw-r--r-- 1 root wheel 748 Apr 26 00:11 rc.conf.bak
2 -rw-r--r-- 1 root wheel 763 May 1 22:31 rc.conf~
6 -rw-r--r-- 1 root wheel 4133 Jan 28 14:13 rc.diskless1
4 -rw-r--r-- 1 root wheel 2977 Jan 28 14:13 rc.diskless2
10 -rw-r--r-- 1 root wheel 9450 Jan 28 14:13 rc.firewall
10 -rw-r--r-- 1 root wheel 8675 Jan 28 14:13 rc.firewall6
2 -rw-r--r-- 1 root wheel 1039 Jan 28 14:13 rc.i386
4 -rw-r--r-- 1 root wheel 2708 Jan 28 14:13 rc.isdn
18 -rw-r--r-- 1 root wheel 17930 Jan 28 14:13 rc.network
14 -rw-r--r-- 1 root wheel 12323 Jan 28 14:13 rc.network6
2 -rw-r--r-- 1 root wheel 1967 Jan 28 14:13 rc.pccard
2 -rwxr-xr-x 1 root wheel 1891 Jan 28 14:13 rc.resume
6 -rw-r--r-- 1 root wheel 4830 Jan 28 14:13 rc.serial
4 -rw-r--r-- 1 root wheel 3108 Jan 28 14:13 rc.shutdown
2 -rwxr-xr-x 1 root wheel 1898 Jan 28 14:13 rc.suspend
4 -rw-r--r-- 1 root wheel 3925 Jan 28 14:13 rc.syscons
2 -rw-r--r-- 1 root wheel 1630 Jan 28 14:13 rc.sysctl
|
|