It would be a lot easier to release a new version of sysvinit if we
had a test suite testing that the system work. At the moment, I am
unsure if the system work at all until I try to boot with it, and that
is a some work to set up.
If we had a simple 'make check' target running a test suite, I wo
GCC produces warnings for some unused variables in shutdown.c and sulogin.c:
[..]
cc -ansi -O2 -fomit-frame-pointer -W -Wall -D_XOPEN_SOURCE -D_GNU_SOURCE
-c -o shutdown.o shutdown.c
shutdown.c: In function 'main':
shutdown.c:486:10: warning: variable 'realuid' set but not used
[-Wunused-but-set
> It would be a lot easier to release a new version of sysvinit if we
> had a test suite testing that the system work. At the moment, I am
> unsure if the system work at all until I try to boot with it, and that
> is a some work to set up.
>
> If we had a simple 'make check' target running a test