Init-Script for Debian

Hi,

There is a bug for debian-based distributions : the init script is not copied.

In Makefile, you should replace :
if [ -f /etc/debian-version ]; then \

By :
if [ -f /etc/debian_version ]; then \

Best regards,

Nicolas.

Comments

  • I can confirm that the debian tarball doesnt put an init script under init.d (atleast it doesnt on lenny 32bit)

    For the lazy people its relatively simple to copy it there yourself, its under fop2/init/fop.debian
  • Thanks,

    It is already fixed.. will be available in the next release.
Sign In or Register to comment.