Marc MERLIN wrote: > Short version is that we want as many files on the system to be trackable by > the package manager. > dpkg -S /etc/rc3.d/foo > works for us and does not work with update-rc.d in postinstall.
FWIW, the Right Way to do this is probably to add ghost file support, as seen in RPM, to dpkg. Then transient files created during package installation can be registered with the package manager, and automatically cleaned up on removal, as well as being queryable. However, I don't know how that would interact with dependency based init, which reorders the rc?.d symlinks all the time. -- see shy jo
signature.asc
Description: Digital signature
_______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

