Update changlog.

Removed check in inittab parsing which always evaluates to false.
This commit is contained in:
Jesse 2021-12-13 15:04:10 -04:00
parent 0b695c7e0b
commit b4917aaa54
2 changed files with 7 additions and 2 deletions

View File

@ -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
* Applied patch from Matthias Schiffer which allows bootlogd to read from

View File

@ -1525,8 +1525,6 @@ void read_inittab(void)
}
fclose(fp_tab);
/* do some checks */
if( buf == NULL )
continue;
if( strlen( p ) == 0 )
continue;
} /* end of readdir, all is done */