Bug#20373: PROPOSED] shouldn't start init scripts in wrong runlevel

1999-05-30 Thread Piotr Roszatycki
> > [debhelper] should check whether the corresponding file exists under > > /etc/rc?.d before starting them in postinst or stopping them in postrm. > > (That is, we should check whether /etc/rcN.d/{S,K}??script exists > where N is the current runlevel and start or stop the script > appropriately

Re: md5sum proposal

1999-05-23 Thread Piotr Roszatycki
Ok, I checked current situation and looked in to rpm. [EMAIL PROTECTED] pwd /pub/debian/dists/potato [EMAIL PROTECTED] for i in */binary-i386/*/*.deb; do echo $i; done | wc -l \ > 2>/dev/null 3282 [EMAIL PROTECTED] for i in */binary-i386/*/*.deb; do dpkg-deb -I $i|grep md5sums \ > 2>/dev/null;

Re: md5sum proposal

1999-05-18 Thread Piotr Roszatycki
> I have a different memory of events. This proposal was brought > up on this list, and was shot down because > a) It really provides no security. It is not for *this* security reason (crackers, hackers and others) > b) It would bloat the packaging system, when it does not really

Re: md5sum proposal

1999-05-17 Thread Piotr Roszatycki
> I doubt the usefullness (dpkg is no backup system). But I will not object. > Indeed, I see some usefulness, but I want to know more about the drawbacks: > How do you want to verify the sums (using cruft, maybe?). How long will it > need to check the whole fs, how much disk space will the md5sums

md5sum proposal

1999-05-17 Thread Piotr Roszatycki
I think DEBIAN/md5sums file should be required for all packages. md5sums is very useful for security reasons (trojans, fs crash, unexpected file modification) but a lot of important packages (sysvinit, dpkg, debianutils, bash, adduser, etc.) don't have this integrity verification. I propose any D