mydns missing LSB style header

Discussion in 'Installation/Configuration' started by BIAF, Feb 13, 2009.

  1. BIAF

    BIAF New Member

    Hi,

    Installing ISP Config, but as i run this step on the readme :

    now execute:

    chmod +x /etc/init.d/mydns
    update-rc.d mydns defaults

    It errors :

    update-rc.d: warning: /etc/init.d/mydns missing LSB style header
    System startup links for /etc/init.d/mydns already exist.


    The header of the 'mydns' file in this location is like :

    #! /bin/bash
    #
    # mydns Start the MyDNS server
    #
    # Author: Philipp Kern <[email protected]>.
    # Based upon skeleton 1.9.4 by Miquel van Smoorenburg
    # <[email protected]> and Ian Murdock <[email protected]>.
    #

    set -e

    ......and so on...

    Is the Error im seeing important?

    BIAF.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess you can ignore this.
     
  3. BIAF

    BIAF New Member

    thanks for your responce Till, cheers!
     

Share This Page