From owner-freebsd-questions@FreeBSD.ORG Fri Jul 25 16:08:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 791AC37B401 for ; Fri, 25 Jul 2003 16:08:13 -0700 (PDT) Received: from ns.pro.sk (proxy.pro.sk [195.80.161.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B21A43FA3 for ; Fri, 25 Jul 2003 16:08:12 -0700 (PDT) (envelope-from prosa@pro.sk) Received: from peter (Peter [192.168.1.53]) by ns.pro.sk (8.11.3/8.11.3) with SMTP id h6PN8AE88465 for ; Sat, 26 Jul 2003 01:08:11 +0200 (CEST) (envelope-from prosa@pro.sk) Message-ID: <03da01c35301$8e270360$3501a8c0@pro.sk> From: "Peter Rosa" To: "freebsd-questions" References: <20030725222200.GA2484@dan.emsphone.com><037d01c352fc$67001240$3501a8c0@pro.sk><20030725223332.GC2484@dan.emsphone.com> <039b01c352fd$e737c060$3501a8c0@pro.sk> Date: Sat, 26 Jul 2003 01:07:43 +0200 Organization: PRO, s.r.o. MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Subject: Re: Problem with periodically done scripts X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 23:08:13 -0000 Well, well, well. We have done it. I just tried sh /etc/security and it REALLY works well. I have tried my changes in small fragment of /etc/security where I forgot to define $rc in the beginning. There was an really error in wc command - it did not count lines, so $n was never set properly. Thanks for everybody, who helped me with this strange thing. I have learned a lot of new. Even more to investigate who and how changed my wc file............ Last changes I made: cd /usr/src/bin/test make make install make clean cd /usr/src/usr.bin/wc make make install make clean And all works :-)))))))))))))))))) Peter Rosa P.S. Again, thank you, guys :-)))))))