Init-Script for Debian

  1. 14 years ago

    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.

  2. 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

  3. admin

    16 Nov 2009 Administrator

    Thanks,

    It is already fixed.. will be available in the next release.

or Sign Up to reply!