<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<kaction@debian.org><br>
> Folks, we have serious regression. Not sure, whether it is
bug in<br>
> startpar test suite, which invokes `insserv' with `-p', but
without<br>
> `-i', or it is regression in `insserv'.<br>
<br>
It's sort of a fore-gression. The Startpar testsuite was set up to
work with older versions of insserv, like insserv-1.14.0. I've
updated the test script to work with insserv-1.20.0. This will be
fixed in the next version of Startpar.<br>
<br>
This is a pretty minor change, in the Startpar
"testsuite/runtests" script change the line which reads:<br>
<br>
$INSSERV" -p etc/init.d test<br>
<br>
to<br>
<br>
$INSSERV" -p etc/init.d -i etc/init.d test<br>
<br>
<br>
On a related note, in the startpar build log it shows the version
of startpar being tested is located at /lib/startpar/startpar.
Upstream we use the startpar executable in the local directory to
make sure we are using the fresh copy and not the system copy. It
looks like maybe Startpar is being installed before the test is
run? In which case it works out to be the same thing.<br>
<br>
- Jesse<br>
<br>
</kaction@debian.org>
</body>
</html>