From owner-freebsd-stable Tue Apr 6 10:19:22 1999 Delivered-To: freebsd-stable@freebsd.org Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by hub.freebsd.org (Postfix) with ESMTP id 8148915097 for ; Tue, 6 Apr 1999 10:19:21 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost (972 bytes) by rip.psg.com via sendmail with P:stdio/R:inet_resolve/T:smtp (sender: ) (ident using unix) id for ; Tue, 6 Apr 1999 10:17:23 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #1 built 1999-Apr-1) Message-Id: Date: Tue, 6 Apr 1999 10:17:23 -0700 (PDT) From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Subject: preventing periodic yossarian's syndrome Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG for emacs users who get periodic yossarian's syndrome ("i see everything twice!"), a hack on the order of the appended would be nice. though i hope someone has a better way of doing the backticked expression. randy *** /usr/sbin/periodic~ Sat Apr 3 19:21:15 1999 --- /usr/sbin/periodic Tue Apr 6 10:11:27 1999 *************** *** 60,66 **** for dir in $dirlist ; do for file in $dir/* ; do ! if [ -x $file -a ! -d $file ] ; then $file fi done --- 60,66 ---- for dir in $dirlist ; do for file in $dir/* ; do ! if [ -x $file -a ! -d $file -a ! `echo $file | grep \~` ] ; then $file fi done To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message