eINIT 0.25.3 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News eINIT 0.25.3 (Default branch)
# 1  
Old 12-26-2007
eINIT 0.25.3 (Default branch)

eINIT is an alternative init system. It's quite fast, since it can potentially be used without the help of any scripting at all, but it is still flexible and extremely modular. The focus is on speed and parallelisation, mostly with embedded devices and low-downtime servers in mind, and benchmarks do suggest that it's doing a fairly good job at that. It compiles cleanly (and should thus work, provided someone writes appropriate modules) on Linux, FreeBSD, and Darwin/Mac OS X. License: BSD License (revised) Changes:
This version does some more caching, fixes some memory leaks, adds support for psplash, usplash, and exquisite, and hopefully fixes some other issues with the module ordering. Additionally, this version supports modules written in Scheme instead of a weird XML/sh syntax. Modules written in Scheme tend to be much faster, and Guile (the scheme interpreter used) isn't that much bigger than bash.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
SBNC(1) 						      General Commands Manual							   SBNC(1)

NAME
sbnc - an modular IRC proxy. SYNOPSIS
sbnc DESCRIPTION
This manual page documents briefly the sbnc commandline parameters. sbnc is an modular IRC proxy with extension support. It gives you an easy control over about more than 2000 users. You are able to use OpenSSL encrypted connections also like connections about the IPv6 pro- tocol. sbnc comes with two modules. The bnctcl extension, which gives your IRC proxy a powerful TCL scripting support and the bncmysql extension, which stores all your users depend data in an MySQL table. BINARY PARAMETERS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. --help Displays the help and exits. --foreground Run in the foreground instead of a daemon. --lpc Don't start child processes. FILES AND DIRECTORIES
/etc/sbnc/ Configuration files for sbnc. The most important configuration files are: /etc/sbnc/sbnc.conf /etc/sbnc/sbnc.ipc /etc/sbnc/sbnc.tcl /etc/default/sbnc Default file of shroudBNC. You can decide in this file, if shroudBNC should start on boot time. /etc/logrotate.d/sbnc Configuration for log rotating. /etc/init.d/sbnc Start and stop script of shroudBNC. /usr/lib/sbnc/ Path for all libraries of shroudBNC. Also all Tcl scripts from the sbnc-tcl extension could be found in the scripts subfolder. /var/lib/sbnc/users/ Path where all user depend data will be saved. /var/log/sbnc/ Path where the logfiles of sbnc will be saved. AUTHOR
This manual page was written by Patrick Matthai <patrick.matthaei@web.de> for sbnc. Permission is granted to copy, distribute and/or mod- ify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. SBNC(1)