jetti777Ltd / mochiweb

Automatically exported from code.google.com/p/mochiweb
Other
0 stars 0 forks source link

general startup options (quieter tty, log storage/rotation, and more) #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I've attached a patch that I thought I'd contribute to this project. basically 
it's a bunch of things 
I've added for a little project I'm playing with. I'll explain all the changes:

1. added a conf and log directory: this is for setting up quiet sasl logging 
and rotation of disk 
logs
   a. -config conf/skel: loads the configuration file
2. +Bc: changes Ctrl-C to interrupt rather than invoking the emulator break 
handler
3. +K true: enables kernel polling
4. -smp auto: enables smp if available
5. -name skel: adds a proper nodename

My patch doesn't have the `mkdir /priv/skel/{log,conf}` that's also needed

Please feel free to accept all, any or none of this patch.

Original issue reported on code.google.com by abhay.ku...@me.com on 31 May 2008 at 1:14

Attachments:

GoogleCodeExporter commented 8 years ago
this really should be categorized not as a defect but as a "task" or an 
"improvement" unfortunately i don't know 
how to do this in google code. 

Original comment by abhay.ku...@me.com on 31 May 2008 at 1:27

GoogleCodeExporter commented 8 years ago

Original comment by matthew....@gmail.com on 11 Aug 2008 at 8:13

GoogleCodeExporter commented 8 years ago

Original comment by bob.ippo...@gmail.com on 23 Jul 2010 at 9:51