forked from Lainports/freebsd-ports
and ADC protocol. It is compatible with other DC clients, such as the original DC from Neomodus, DC++ and derivatives. EiskaltDC++ also interoperates with all common DC hub software. This port contains XMLRPC CLI client for EiskaltDC++ daemon. WWW: http://code.google.com/p/eiskaltdc/ PR: ports/161898 Submitted by: Maxim Ignatenko <gelraen.ua@gmail.com>
12 lines
367 B
Raku
12 lines
367 B
Raku
--- ./eiskaltdcpp-cli/cli.pl.orig 2011-10-02 18:12:43.000000000 +0300
|
|
+++ ./eiskaltdcpp-cli/cli.pl 2011-10-06 09:30:39.000000000 +0300
|
|
@@ -36,8 +36,7 @@
|
|
unshift @INC,
|
|
"$XDG_CONFIG_HOME/eiskaltdc++",
|
|
"~/.config/eiskaltdc++/",
|
|
- "/usr/local/share/eiskaltdcpp/cli",
|
|
- "/usr/share/eiskaltdcpp/cli"
|
|
+ "/usr/local/etc/eiskaltdcpp"
|
|
}
|
|
|
|
# preparing terminal
|