mrgmarsh / wfrog

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

Stop runlevel arguments do not match #126

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
root@debian:/etc/init.d# update-rc.d wfrender defaults 99
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match 
wfrender Default-Stop values (S 0 1 6)
root@debian:/etc/init.d# update-rc.d wflogger defaults 99
update-rc.d: using dependency based boot sequencing
update-rc.d: warning: default stop runlevel arguments (0 1 6) do not match 
wflogger Default-Stop values (S 0 1 6)

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

What version of the product are you using? On what operating system?
svn revision 949, debian wheezy ARM

Please provide any additional information below.
I'm not sure this is a issue, but I thought I'd raise it anyway.  It doesn't 
SEEM to be affecting the system.

Original issue reported on code.google.com by jared.sc...@gmail.com on 29 Jan 2013 at 5:17