Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-2650

debian installer warns : missing LSB style header

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • other
    • None
    • Platform: All, OS: Linux

      update-rc.d: warning: /etc/init.d/hudson missing LSB style header

      guide for adding the header is available over here:
      http://wiki.debian.org/LSBInitScripts/

      the header should look like this:
      #!/bin/bash
      #

          1. BEGIN INIT INFO
      1. Provides: hudson
      2. Required-Start: $remote_fs $syslog $network
      3. Required-Stop: $remote_fs $syslog $network
      4. Default-Start: 2 3 4 5
      5. Default-Stop: 0 1 6
      6. Short-Description: Start hudson at boot time
      7. Description: Controls the hudson continuous integration engine.
          1. END INIT INFO
            #
            ....

      you might want to set Required... fields to $all

            Unassigned Unassigned
            francisdb francisdb
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: