tacho / conman

Automatically exported from code.google.com/p/conman
GNU General Public License v3.0
1 stars 0 forks source link

conman init script missing Default-Start and Default-Stop #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Enable any service with chkconfig.

What is the expected output? What do you see instead?

When working with chkconfig of any other valid script in /etc/init.d on the 
esMS node, insserv complains.

ade:~ # chkconfig nscd on
insserv: Script conman is broken: incomplete LSB comment.
insserv: missing `Default-Start:'  entry: please add even if empty.
insserv: Script conman is broken: incomplete LSB comment.
insserv: missing `Default-Start:'  entry: please add even if empty.
insserv: Script conman is broken: incomplete LSB comment.
insserv: missing `Default-Start:'  entry: please add even if empty.
insserv: Script conman is broken: incomplete LSB comment.
insserv: missing `Default-Start:'  entry: please add even if empty.
insserv: Script conman is broken: incomplete LSB comment.
insserv: missing `Default-Start:'  entry: please add even if empty.
insserv: warning: current stop runlevel(s) (3 5) of script `conman' overwrites 
defaults (empty).
insserv: Default-Start undefined, assuming default start runlevel(s) for script 
`conman'

What version of the software are you using? On what operating system?

conman-0.2.7

Please provide any additional information below.

This could be resolved by adding these two lines to /etc/init.d/conman:

  # Default-Start:  
  # Default-Stop:

Reported by wendy at cray.com on 2012-06-13:

https://groups.google.com/forum/?hl=en_US&fromgroups#!topic/conman-users/bwzeoA1
IZJs

Original issue reported on code.google.com by chris.m.dunlap on 13 Jun 2012 at 6:39

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 9c42719e1e53.

Original comment by chris.m.dunlap on 6 Dec 2012 at 12:20