The debian-private mailing list leak, part 1. Volunteers have complained about Blackmail. Lynchings. Character assassination. Defamation. Cyberbullying. Volunteers who gave many years of their lives are picked out at random for cruel social experiments. The former DPL's girlfriend Molly de Blanc is given volunteers to experiment on for her crazy talks. These volunteers never consented to be used like lab rats. We don't either. debian-private can no longer be a safe space for the cabal. Let these monsters have nowhere to hide. Volunteers are not disposable. We stand with the victims.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Composit list of reported problems with 1.2



Dale Scheetz <dwarf@polaris.net> writes:

> Most of the list is quickly fixable by correcting dependencies. And even
> the cron bug is a one line addition to the postinst script.

Whoever does this, don't forget the lines from the rm script that
remove the rc scripts...

Note that I think we can't just use the old package's scripts
directly, since the new package does some extra stuff now, but I
happen to have the old cron's scripts around for reference.  Whoever
does the upgrade should merge these in:

cron.postinst:
#!/bin/sh
set -e
update-rc.d cron defaults 89 11 >/dev/null
start-stop-daemon --start --quiet --oknodo --exec /usr/sbin/cron

cron.postrm:
#!/bin/sh
set -e
if [ $1 = purge ]; then update-rc.d cron remove >/dev/null; fi

cron.prerm:
#!/bin/sh
set -e
start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/cron

Thanks
--
Rob


--
Please respect the confidentiality of material on the debian-private list.
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-private-REQUEST@lists.debian.org . Trouble? e-mail to Bruce@Pixar.com