Fw: Problem with periodically done scripts

Peter Rosa prosa at pro.sk
Fri Jul 25 11:39:54 PDT 2003


I'm asking again, as there is no response up now.

As for me, now it seems as.... I don't know what's the error here, I have
never seen that listings (using -x switch).

Peter Rosa



----- Original Message -----
From: "Peter Rosa" <prosa at pro.sk>
To: <dan at slightlystrange.org>
Cc: "freebsd-questions" <freebsd-questions at freebsd.org>
Sent: Friday, July 25, 2003 6:59 PM
Subject: Re: Problem with periodically done scripts


> Here is complete listing. Do you have any idea ?
>
> + echo Checking for uids of 0:
> Checking for uids of 0:
> + awk -F: $3==0 {print $1,$3} /etc/master.passwd
> + tee /dev/stderr
> root 0
> toor 0
> + sed -e /^root 0$/d -e /^toor 0$/d
> + wc -l
> + n=
> + [ -gt 0 -a -lt 1 ]
> [: 0: unexpected operator
> + echo Checking for passwordless accounts:
> Checking for passwordless accounts:
> + awk -F: NF > 1 && $1 !~ /^[#+-]/ && $2=="" {print $0} /etc/master.passwd
> + tee /dev/stderr
> + wc -l
> + n=
> + [ -gt 0 -a -lt 1 ]
> [: 0: unexpected operator
>
>
> Peter Rosa



More information about the freebsd-questions mailing list