24ac553ca2
DConnect Daemon is a Direct Connect Hub clone for Unix. It allows people to share their resources, i.e.: programs, graphics, other files... Features: * fast, pure C implementation * libwrap support (hosts.allow, hosts.deny) * low per-user memory consumption * uses threads (no forking) * nick pattern matching * simple administration through telnet console WWW: http://www.dc.ds.pg.gda.pl/ PR: ports/81021 Submitted by: Aleksandr S. Goncharov <mraleks@bk.ru>
16 lines
545 B
Plaintext
16 lines
545 B
Plaintext
sbin/dcd
|
|
@exec install -d -m 751 -o daemon -g daemon %D/etc/dcd
|
|
etc/dcd/console.allow.default
|
|
etc/dcd/dcd.banned.default
|
|
etc/dcd/dcd.conf.default
|
|
etc/dcd/dcd.motd.default
|
|
etc/dcd/dcd.penalties.default
|
|
etc/dcd/dcd.users.default
|
|
etc/dcd/dcd.welcome.default
|
|
etc/dcd/nicks.allow.default
|
|
@exec install -d -m 751 -o daemon -g daemon /var/log/dcd
|
|
@unexec rmdir /var/log/dcd 2>/dev/null || true
|
|
@unexec rmdir %D/etc/dcd 2>/dev/null || true
|
|
@unexec rmdir %D/man/pl.ISO8859-2/man8 2>/dev/null || true
|
|
@unexec rmdir %D/man/pl.ISO8859-2 2>/dev/null || true
|