Update changlog.
Removed check in inittab parsing which always evaluates to false.
This commit is contained in:
parent
0b695c7e0b
commit
b4917aaa54
@ -1,3 +1,10 @@
|
|||||||
|
sysvinit (3.01) released; urgency=low
|
||||||
|
* Default to showing processes in the uninterruptable state (D).
|
||||||
|
The -z flag no longer affects whether processes in D state are shown.
|
||||||
|
The -z flag does still toggle whether zombie (Z) processes are shown.
|
||||||
|
|
||||||
|
* Removed unnecessary check which is always true from init tab parsing.
|
||||||
|
|
||||||
sysvinit (3.00) released; urgency=low
|
sysvinit (3.00) released; urgency=low
|
||||||
|
|
||||||
* Applied patch from Matthias Schiffer which allows bootlogd to read from
|
* Applied patch from Matthias Schiffer which allows bootlogd to read from
|
||||||
|
@ -1525,8 +1525,6 @@ void read_inittab(void)
|
|||||||
}
|
}
|
||||||
fclose(fp_tab);
|
fclose(fp_tab);
|
||||||
/* do some checks */
|
/* do some checks */
|
||||||
if( buf == NULL )
|
|
||||||
continue;
|
|
||||||
if( strlen( p ) == 0 )
|
if( strlen( p ) == 0 )
|
||||||
continue;
|
continue;
|
||||||
} /* end of readdir, all is done */
|
} /* end of readdir, all is done */
|
||||||
|
Loading…
Reference in New Issue
Block a user