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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
14 matches
Mail list logo