[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2869: amd install script bug



Package: amd
Version: upl102-2

the install script incorrectly calls update-rc.d as:

update-rc.d amd 35 >/dev/null

instead of

update-rc.d amd defaults 35 >/dev/null


This results in the message

update-rc.d: error: unknown mode or add action 35.
usage: update-rc.d <basename> remove
       update-rc.d <basename> defaults [<cn> | <scn> <kcn>]
       update-rc.d <basename> start|stop <cn> <r> <r> .  ...


Reply to: