Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Apr 1999 10:17:23 -0700 (PDT)
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Stable <freebsd-stable@freebsd.org>
Subject:   preventing periodic yossarian's syndrome
Message-ID:  <m10UZTX-0008G5C@rip.psg.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m10UZTX-0008G5C>