Re: [Leaf-devel] Greetings from the wonderful world of NoCat...

2002-01-24 Thread Scott C. Best
Schuyler: Hello! Welcome to LEAF. I got about a dozen questions about NoCat (*great* name, btw), but I'll start with just three. Feel free to reply on-list or off-list or whatever you think is best: 1. What were your design considerations in regards to putting the authorization info a

[Leaf-devel] Libraries

2002-01-24 Thread David Douthitt
I don't know how much of this info made it to the list, or to various developers - maybe not much Oxygen 1.8 and 1.9 both use statically compiled busybox and snarf with uClibc to do their work. ash is now part of busybox, so compiling ash with uClibc was unnecessary. Thus, none of the progr

Re: [Leaf-devel] A name for LEAF 2.4.16

2002-01-24 Thread David Douthitt
On 1/24/02 at 8:52 PM, Jack Coates <[EMAIL PROTECTED]> wrote: > On Thu, 24 Jan 2002, Jacques Nilo wrote: > > I have finally opted (suggestion from Jack Coates, thank > > Jacks) for the "Strait" concept. > > 1/ Straits are very representative of what is happening > > in a router/firewall: lot of

Re: [Leaf-devel] Ticker script

2002-01-24 Thread David Douthitt
On 1/24/02 at 8:42 AM, Charles Steinkuehler <[EMAIL PROTECTED]> wrote: > ticker & > PID=$! > more stuff here... > kill $PID I wrote a program that puts a timeout on a timed prompt, and it uses that method - but "...more stuff here..." means: sleep $DELAY or something like that. I think I

Re: [Leaf-devel] A name for LEAF 2.4.16

2002-01-24 Thread Jack Coates
On Thu, 24 Jan 2002, Jacques Nilo wrote: > Hi Eric ! > It's time for us to get a name for the LEAF 2.4.16 distro. Mike wants > one :-) > > I have finally opted (suggestion from Jack Coates, thank Jacks) for the > "Strait" concept. I thought I had mentioned gods, but hey, I'll take credit where i

[Leaf-devel] Greetings from the wonderful world of NoCat...

2002-01-24 Thread Schuyler Erle
Hi, everyone. I've been invited to represent the NoCat development team on this list. For a while, we had been developing an LRP derivative for wireless projects called WRP. After putting some work into it, we ran into the fundamental limitations of the floppy media, especially considering that ou

[Leaf-devel] Re: A name for LEAF 2.4.16

2002-01-24 Thread Eric Wolzak
Hello Jacques, list > Hi Eric ! > It's time for us to get a name for the LEAF 2.4.16 distro. Mike wants > one :-) > > I have finally opted (suggestion from Jack Coates, thank Jacks) for the > "Strait" concept. I like that concept too > 1/ Straits are very representative of what is happening in a

Re: [Leaf-devel] A name for LEAF 2.4.16

2002-01-24 Thread guitarlynn
On Thursday 24 January 2002 15:28, Jacques Nilo wrote: > It's time for us to get a name for the LEAF 2.4.16 distro. Mike wants > one :-) > :) : > I have finally opted (suggestion from Jack Coates, thank Jacks) for > the "Strait" concept. Very nice concept! > Few suggestions: > > Bering > Hormuz

[Leaf-devel] A name for LEAF 2.4.16

2002-01-24 Thread Jacques Nilo
Hi Eric ! It's time for us to get a name for the LEAF 2.4.16 distro. Mike wants one :-) I have finally opted (suggestion from Jack Coates, thank Jacks) for the "Strait" concept. 1/ Straits are very representative of what is happening in a router/firewall: lot of traffic, strict rules, sometimes t

Re: [Leaf-devel] Ticker script

2002-01-24 Thread Serge Caron
Actually, I DID try it! (ROTL) The lrcfg.back.script that comes with standard Dachstein has 5 references to ticker (2 invocations and 3 killall). Obviously, the 2 invocations do not contain the blessed & that will fork the new ticker script. Implicitly, the killall will not work either. I don't m

[Leaf-devel] Announce Dachstein install scripts

2002-01-24 Thread guitarlynn
I have written a set of install scripts for Dachstein v1.0.2 targeted at _new_ users. There is a set for the floppy release and an extended set for the cdrom release. An install item is added to the main menu in lrcfg, there is an auto-backup option builtin for stock Dachstein images. The script

Re: [Leaf-devel] Ticker script

2002-01-24 Thread Charles Steinkuehler
> 1) How do you fork this thing so that, for example, you can do a backup? Just like always from a shell script: ticker & > 2) Using the shell will creat a job (typically "sh /usr/sbin/ticker") that > will not be recognized by the "killall ticker" command. Actually, it does work (try it and s

[Leaf-devel] [ leaf-Feature Requests-507961 ] Snort 1.8.3 update

2002-01-24 Thread noreply
Feature Requests item #507961, was opened at 2002-01-24 06:04 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=363751&aid=507961&group_id=13751 Category: packages Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymo

[Leaf-devel] Ticker script

2002-01-24 Thread Serge Caron
I hate to be the bearer of bad news but... >#!/bin/sh >trap 'exit' 0 2 5 15 >echo -n " " >while : ; do > for i in \\ \| / - ; do >echo -e -n "\b$i" >sleep 1 > done >done > >Charles Steinkuehler 1) How do you fork this thing so that, for example, you can do a backup? 2) Using the shell