Date: Fri, 25 Jul 2003 18:59:36 +0200 From: "Peter Rosa" <prosa@pro.sk> To: <dan@slightlystrange.org> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: Problem with periodically done scripts Message-ID: <00d401c352ce$20ef4c40$3501a8c0@pro.sk> References: <001f01c352a2$f8c2c740$3501a8c0@pro.sk><03ab01c352a5$27b1a1a0$230aa8c0@MAGOME><002f01c352a9$c02c8680$3501a8c0@pro.sk> <20030725131159.GA11471@catflap.home.slightlystrange.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00d401c352ce$20ef4c40$3501a8c0>