how about adding the RELEASE-NOTES to the redhat-release package?
and, is there a release-notes for rawhide? it would make testing easier if
there were one.
--
Evandro
___
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.
Evandro Fernandes Giovanini <[EMAIL PROTECTED]> writes:
> how about adding the RELEASE-NOTES to the redhat-release package?
Nah. You should see it before installing.
> and, is there a release-notes for rawhide?
No. Rawhide is just a push of the trees. We don't test if it actually
works in a
Em Terça 30 Janeiro 2001 12:05, you wrote:
> Evandro Fernandes Giovanini <[EMAIL PROTECTED]> writes:
> > how about adding the RELEASE-NOTES to the redhat-release package?
>
> Nah. You should see it before installing.
>
some people don't read it. and then they ask where is /etc/inetd.conf or
somet
I have a code fragment:
struct group *grp = getgrnam(group.data());
if (grp == NULL)
{
int E=errno;
cerr << "error=" << E << ": " << strerror(E) << " " <<
ENOMEM<< endl;;
cer
John Summerfield wrote:
>
> I have a code fragment:
> struct group *grp = getgrnam(group.data());
> if (grp == NULL)
> {
> int E=errno;
> cerr << "error=" << E << ": " << strerror(E) << " " <<
>ENOM
[EMAIL PROTECTED] said:
> all i'm saying is that it would be easier for me to find and report
> bugs if there was a changelog for it (like ftp://
> ftp.conectiva.com.br/pub/conectiva/beta/misc/ChangeLog).
Rawhide's not a beta and it's not a release.
It's just a disintegrated hodge-podge of p
I'm leaving the other bits in for those who like the whole story.
This works:
{ // validate program name
struct stat statbuf;
int statret=stat(program.data(),&statbuf);
if (statret == -1)
{
cer
John Summerfield wrote:
>
> I have a code fragment:
> struct group *grp = getgrnam(group.data());
you have to use group.c_str() since .data() doesn't have a \0 terminator.
-- Leventehttp://petition.eurolinux.org/index_html
"The only thing worse than not
Hi all,
I want to try out rawhide on a Gateway Solo 9100 (I have it set up to
boot up to 3 different Linux OS but I use mostly RH 7.0) but any way I
slice it the installer dies before install begins. I'm hoping someone
has got this to work and can just tell me the secret, but if not I can
try it
Jonathan Dill <[EMAIL PROTECTED]> writes:
> I want to try out rawhide on a Gateway Solo 9100 (I have it set up to
> boot up to 3 different Linux OS but I use mostly RH 7.0) but any way I
> slice it the installer dies before install begins. I'm hoping someone
> has got this to work and can just t
John Summerfield wrote:
>
> According to the C++ primer which I have before me,
> The data() method returns a pointer to the first element of a string formed
> by copying elements from the range [begin,end).
>
> (the broken bracket/parentheses pairing belongs to the book too).
It deals with no
> John Summerfield wrote:
> >
> > I have a code fragment:
> > struct group *grp = getgrnam(group.data());
>
> you have to use group.c_str() since .data() doesn't have a \0 terminator.
Filled with disbelief ( the C++ primer DOES use the word "string"), I tried it.
It works.
W
John Summerfield wrote:
>
> > John Summerfield wrote:
> > >
> > > I have a code fragment:
> > > struct group *grp = getgrnam(group.data());
> >
> > you have to use group.c_str() since .data() doesn't have a \0 terminator.
>
> Filled with disbelief ( the C++ primer DOES use the wo
Right now, on RH 7.0, Webalizer is run after the logrotate for Apache:
[florin@stantz florin]$ ls -l /etc/cron.daily/
total 32
-rwxr-xr-x1 root root 276 Aug 4 02:01 0anacron
-rwxr-xr-x1 root root 51 Aug 15 09:30 logrotate
-rwxr-xr-x1 root root
Florin Andrei <[EMAIL PROTECTED]> writes:
> Right now, on RH 7.0, Webalizer is run after the logrotate for Apache:
Probably a good point - I suggest you put it in bugzilla
(https://bugzilla.redhat.com/bugzilla/)
--
Trond Eivind Glomsrød
Red Hat, Inc.
_
Hi all -
We're finishing up a modified Red Hat installer which gives the user a
choice between ext2 and SGI's XFS for each filesystem being installed.
This was based on a rawhide Anaconda snapshot a couple of releases ago.
It's working pretty well - would anyone at Red Hat be interested in a
p
John Summerfield wrote:
>
> [EMAIL PROTECTED] said:
> > all i'm saying is that it would be easier for me to find and report
> > bugs if there was a changelog for it (like ftp://
> > ftp.conectiva.com.br/pub/conectiva/beta/misc/ChangeLog).
>
> Rawhide's not a beta and it's not a release.
Of c
[EMAIL PROTECTED] said:
> We're finishing up a modified Red Hat installer which gives the user
> a choice between ext2 and SGI's XFS for each filesystem being
> installed.
Eric - a note to you in case you don't otherwise see this question.
Does this mean that SGI thinks XFS is ready for gen
18 matches
Mail list logo