Comment 9 for bug 1035136

Revision history for this message
Ma Hsiao-chun (mahsiaochun) wrote : Re: install_initd crashed with SyntaxError in __main__: invalid syntax

No, Colin. Debian's fix is irrelevant here.

If it is about this diff:
http://anonscm.debian.org/gitweb/?p=collab-maint/lsb.git;a=commitdiff;h=f4ed7f08600d633c3daba9f494997f1c35555aed;hp=b459407133b43ce0bcb2231eff1408fe9f0b41b7

What it does is that it makes initdutils.py , still a Python 2 script, compatible with Python 3 (hopefully).

But in, Ubuntu saucy, Python 2 script install_initd, lsbinstall and remove_initd had their shebang (#!) changed to "/usr/bin/python3" by something in debian/rules, so it is still broken.