Updated init.c to remove some old notes and answer questions

that were flagged in comments or FIXME labels.
This commit is contained in:
Jesse Smith
2018-04-23 00:09:49 -03:00
parent 272f112c98
commit cfb39b573f
2 changed files with 11 additions and 9 deletions

View File

@@ -1,6 +1,8 @@
sysvinit (2.90) UNRELEASED; urgency=low
[ Jesse Smith ]
* Updated some comments in init.c to answer questions or
remove old notes we no longer need.
* Removed unneeded "count" variable in utmpdump.c.
* Fixed typo in accidental wrote_wtmp_rlevel == 0 || wrote_wtmp_rlevel
comparison so the latter is wrote_utmp_rlevel.