Commit graph

6 commits

Author SHA1 Message Date
Juan Romero Pardines
ae2b9a396e Fix the right file to patch with sed, add a few BUILD_DEFS about
the configuration of dancer-ircd, based on ircd-hybrid package, examples:

# Default targets

DANCER_IRCD_NETWORK_NAME?=      "My\ network"
DANCER_IRCD_NETWORK_DESCR?=     "A\ happy\ and\ sweet\ network"
DANCER_IRCD_REALNAME?=          "my_ircd.com"
DANCER_IRCD_LOGDIR?=            /var/log/dancer-ircd
DANCER_IRCD_PIDDIR?=            /var/run
DANCER_IRCD_CONFDIR?=           ${PKG_SYSCONFDIR}/dancer-ircd

Remove some items from TODO, now uses PKG_SYSCONFDIR properly.
2003-05-10 08:48:39 +00:00
Julio Merino
1c0f07e2c4 You are patching config.h.dist, not example.conf... so run ${SED} accordingly.
Also fix a typo in the patch itself.
2003-05-10 08:38:41 +00:00
Juan Romero Pardines
0f45772f23 Rewrite to use OWN_DIRS, also use sed to fix the right paths to
the config files in ${PKG_SYSCONFDIR}, etc.
2003-05-09 23:10:06 +00:00
Douwe Kiela
5dd6b5667c Discussed this with Juan. There was a problem with the configuration file
handling. I added patch-ab to patch include/config.h.dist to read the read
paths. There are no errors anymore with the configuration file now.

Still no ipv6 support though ;)
2003-04-21 18:50:36 +00:00
Juan Romero Pardines
c7d90dbd1f Change the DISTNAME to the freenode's version ( it has support for ipv6 ). 2003-04-21 17:59:57 +00:00
Juan Romero Pardines
eaceebf0c9 Initial import of dancer-ircd 1.0.31+maint8
This is the ircd designed for use on freenode.net, based on the hybrid
ircd used by efnet.

Feel free to test the package, any comment will be appreciated.
Perhaps we would apply the patch of freenode for ipv6 ?
2003-04-20 15:14:26 +00:00