Changeset 887


Ignore:
Timestamp:
05/21/13 11:28:43 (11 years ago)
Author:
olahaye
Message:

[deb packaging:init.d/*] Added LSB header infos to prevent warning in postinstall.

Location:
branches/1.0/pkg/deb/init.d
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/pkg/deb/init.d/jobarchived

    r481 r887  
    11#! /bin/sh
     2
     3### BEGIN INIT INFO
     4# Provides:             jobarchived
     5# Required-Start:       $local_fs $remote_fs $network $time postgresql jobmond
     6# Required-Stop:        $local_fs $remote_fs $network $time postgresql jobmond
     7# Should-Start:         $syslog
     8# Should-Stop:          $syslog
     9# Default-Start:        2 3 4 5
     10# Default-Stop:         0 1 6
     11# Short-Description:    Job Archiving Daemon
     12### END INIT INFO
    213
    314PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  • branches/1.0/pkg/deb/init.d/jobmond

    r484 r887  
    11#!/bin/sh
     2
     3### BEGIN INIT INFO
     4# Provides:             jobmond
     5# Required-Start:       $local_fs $remote_fs $network $time
     6# Required-Stop:        $local_fs $remote_fs $network $time
     7# Should-Start:         $syslog
     8# Should-Stop:          $syslog
     9# Default-Start:        2 3 4 5
     10# Default-Stop:         0 1 6
     11# Short-Description:    Job Monitor Daemon
     12### END INIT INFO
    213
    314PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
Note: See TracChangeset for help on using the changeset viewer.