# IRC server # standardne, len musi byt ./configure s –prefix # najlepsie: ./configure –prefix /usr/local/ircd –enable-openssl –with-nicklen=15 –with-maxclients=400 make make install

cd /usr/local/bin/ircd touch logs/userlog touch logs/operlog touch logs/foperlog

# konfiguracia cd etc cp example.conf ircd.conf vim ircd.conf

# Pozor - je tam chytak - treba zakomentovat riadok s havent_read_conf = 1;

/* REMOVE ME.  The following line checks you've been reading. */
# havent_read_conf = 1;

# oplati sa spravit linky na konfiguraky cd /usr/local/ircd/etc cp example.conf /etc/ircd.conf ln -s /etc/ircd.conf ircd.conf mv ircd.motd /etc ln -s /etc/ircd.motd ircd.motd

# a spravit nejake privitanie vim /etc/ircd.motd

 
ircd-hibryd.txt · Last modified: 31.03.2010 17:51 (external edit)
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki