Hi Thomas, besides what Bastian already said...
On Freitag, 13. Januar 2012, Thomas Goirand wrote: > Let me know if you think I'm wrong here, and if I'm badly reading the > puipart report. piuparts will not even try to start xend: def create_policy_rc_d(self): """Create a policy-rc.d that prevents daemons from running.""" full_name = self.relative("usr/sbin/policy-rc.d") create_file(full_name, "#!/bin/sh\nexit 101\n") os.chmod(full_name, 0777) logging.debug("Created policy-rc.d and chmodded it.") :-) cheers, Holger -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org