Re: Ping vor uucico

From: clemensF <ino-waiting(at)gmx.net>
Date: 4 Apr 2002 20:20:38 +0200

> clemensF:

> #!/bin/sh
> # $Header: /l/libexec/spott/RCS/spott.state,v 1.5 2002/03/16 00:05:34 root Exp root $
> task="${1:-'check-alive'}"
> isactive=/var/spott/ppp_hot
> [ -f $isactive ] && {
> case "${task}" in
> make-alive)
> touch -f $isactive
> ;;

soll natuerlich heissen:

case "${task}" in
make-alive)
        touch -f $isactive
esac
[ -f $isactive ] && {
case "${task}" in
check-alive)
        .
        .

ob ihr's glaubt oder nicht, aber die macke habbich erst beim lesen des
posts bemerkt. puhhh!

clemens fischer

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 04 Apr 2002 - 20:20:46 CEST

search this site