From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tommy McCabe Subject: Re: l patch Date: Wed, 28 Jul 2004 09:37:01 -0700 (PDT) Sender: linux-8086-owner@vger.kernel.org Message-ID: <20040728163701.90719.qmail@web51303.mail.yahoo.com> References: <1091028917.3135.7.camel@talena> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="0-642017839-1091032621=:90047" Return-path: In-Reply-To: <1091028917.3135.7.camel@talena> List-Id: To: Miguel Bolanos Cc: linux-8086@vger.kernel.org --0-642017839-1091032621=:90047 Content-Type: text/plain; charset=us-ascii Content-Id: Content-Disposition: inline --- Miguel Bolanos wrote: > Greetings, > > err... you didn't attach the patch. > > best regards Whoops. Sorry! > Mike > > On Wed, 2004-07-28 at 08:57, Tommy McCabe wrote: > > This patch includes the program L in PRGS in > > elks/elkscmd/file_utils/Makefile. PRGS is supposed > to > > be a superset of MIN_PRGS, but L was apparently > left > > out and thus not compiled. > > > > > > > > __________________________________ > > Do you Yahoo!? > > Yahoo! Mail - 50x more storage than other > providers! > > http://promotions.yahoo.com/new_mail > > - > > To unsubscribe from this list: send the line > "unsubscribe linux-8086" in > > the body of a message to majordomo@vger.kernel.org > > More majordomo info at > http://vger.kernel.org/majordomo-info.html > -- > ----------------------miguel bolanos, systems > administrator, linux labs > ... ........ ..... .... 230 > peachtree st nw ste 2701 > the original linux labs > atlanta.ga.us 30303 > -since 1995 > http://www.linuxlabs.com > office > 404.577.7747 fax 404.577.7743 > ----------------------------------------------------------------------- > > > __________________________________ Do you Yahoo!? Yahoo! Mail - 50x more storage than other providers! http://promotions.yahoo.com/new_mail --0-642017839-1091032621=:90047 Content-Type: text/x-diff; name="l.diff" Content-Description: l.diff Content-Disposition: inline; filename="l.diff" --- ./elkscurr/elkscmd/file_utils/Makefile 2002-05-29 14:23:11.000000000 -0400 +++ ./elkscomp/elkscmd/file_utils/Makefile 2004-07-28 10:54:07.000000000 -0400 @@ -36,7 +36,7 @@ CFLAGS = $(CFLBASE) -PRGS=cat chgrp chmod chown cmp cp dd grep ln ls mkdir mkfifo mknod \ +PRGS=cat chgrp chmod chown cmp cp dd grep l ln ls mkdir mkfifo mknod \ more mv rm rmdir sync touch MIN_PRGS=cat chgrp chmod chown cmp cp l ls mknod mkdir mv rm rmdir \ --0-642017839-1091032621=:90047--