[Pkg-sysvinit-devel] Bug#911176: Bug#911176: Bug#911176: upgrade loops indefinitely
Petter Reinholdtsen
pere at hungry.com
Wed Oct 17 06:59:17 BST 2018
[Richard Kettlewell]
> addscript racoon <<'EOF'
> ### BEGIN INIT INFO
> # Provides: racoon
> # Required-Start: $remote_fs setkey
> # Required-Stop: $remote_fs
> # Should-Start: $portmap
> # Should-Stop: $portmap
> # Default-Start: S
> # Default-Stop: 0 1 6
> # X-Stop-After: sendsigs
> # Short-Description: start the ipsec key exchange server
> ### END INIT INFO
> EOF
Just skimming this list tell me this is wrong. There is no way the
racon script can both stop before $remote_fs and $portmap, and after
sendsigs which is after $remote_fs and $portmap. Try removing the
X-Stop-After to see if the dependency loop go away.
I suggest you reassign this to whatever package provide
/etc/init.d/racoon.
--
Happy hacking
Petter Reinholdtsen
More information about the Pkg-sysvinit-devel
mailing list