* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild
[not found] <E1ImoS7-00046j-FQ@stork.gentoo.org>
@ 2007-10-31 5:46 ` Donnie Berkholz
2007-10-31 7:40 ` Roy Marples
2007-11-01 8:07 ` Steve Long
0 siblings, 2 replies; 4+ messages in thread
From: Donnie Berkholz @ 2007-10-31 5:46 UTC (permalink / raw
To: gentoo-dev, uberlord
On 10:36 Tue 30 Oct , Roy Marples (uberlord) wrote:
> 1.1 app-admin/webmin/webmin-1.370-r1.ebuild
>
> file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webmin/webmin-1.370-r1.ebuild?rev=1.1&view=markup
> plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webmin/webmin-1.370-r1.ebuild?rev=1.1&content-type=text/plain
> (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -
Please don't tell me the -or find flag isn't POSIX so we can't use it...
> cp -rp * ${D}/usr/libexec/webmin
Lots of quote stuff here, repoman should be catching that.
Thanks,
Donnie
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild
2007-10-31 5:46 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild Donnie Berkholz
@ 2007-10-31 7:40 ` Roy Marples
2007-11-01 8:07 ` Steve Long
1 sibling, 0 replies; 4+ messages in thread
From: Roy Marples @ 2007-10-31 7:40 UTC (permalink / raw
To: gentoo-dev
On Tue, 2007-10-30 at 22:46 -0700, Donnie Berkholz wrote:
> On 10:36 Tue 30 Oct , Roy Marples (uberlord) wrote:
> > 1.1 app-admin/webmin/webmin-1.370-r1.ebuild
> >
> > file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webmin/webmin-1.370-r1.ebuild?rev=1.1&view=markup
> > plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/webmin/webmin-1.370-r1.ebuild?rev=1.1&content-type=text/plain
>
> > (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl /usr/bin/perl -
>
> Please don't tell me the -or find flag isn't POSIX so we can't use it...
>
> > cp -rp * ${D}/usr/libexec/webmin
>
> Lots of quote stuff here, repoman should be catching that.
Sorry, I just bumped an ebuild to fix an init script.
I'll let the real maintainer do the development of the build :)
Roy
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild
2007-10-31 5:46 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild Donnie Berkholz
2007-10-31 7:40 ` Roy Marples
@ 2007-11-01 8:07 ` Steve Long
2007-11-02 7:37 ` Mike Frysinger
1 sibling, 1 reply; 4+ messages in thread
From: Steve Long @ 2007-11-01 8:07 UTC (permalink / raw
To: gentoo-dev
Donnie Berkholz wrote:
> On 10:36 Tue 30 Oct , Roy Marples (uberlord) wrote:
>> (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl
>> /usr/bin/perl -
>
> Please don't tell me the -or find flag isn't POSIX so we can't use it...
>
It's GNU, but why on Earth they saw fit to break script compatibility when
POSIX specified -o already is another topic.. ;-)
http://www.opengroup.org/onlinepubs/009695399/utilities/find.html for ref.
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild
2007-11-01 8:07 ` Steve Long
@ 2007-11-02 7:37 ` Mike Frysinger
0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger @ 2007-11-02 7:37 UTC (permalink / raw
To: gentoo-dev; +Cc: Steve Long
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
On Thursday 01 November 2007, Steve Long wrote:
> Donnie Berkholz wrote:
> > On 10:36 Tue 30 Oct , Roy Marples (uberlord) wrote:
> >> (find . -name '*.cgi' ; find . -name '*.pl') | perl perlpath.pl
> >> /usr/bin/perl -
> >
> > Please don't tell me the -or find flag isn't POSIX so we can't use it...
>
> It's GNU, but why on Earth they saw fit to break script compatibility when
> POSIX specified -o already is another topic.. ;-)
most likely historical. GNU find supports the -o operator just fine.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 827 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-11-02 7:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1ImoS7-00046j-FQ@stork.gentoo.org>
2007-10-31 5:46 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/webmin: ChangeLog webmin-1.370-r1.ebuild Donnie Berkholz
2007-10-31 7:40 ` Roy Marples
2007-11-01 8:07 ` Steve Long
2007-11-02 7:37 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox