Brian C. White writes ("Bug#4122: update-rc.d failed"):
...
> echo "- Installing 'start' ..."
> update-rc.d genpowerd start 11 1 2 3 4 5
> echo "- Installing 'stop' ..."
> update-rc.d genpowerd stop 99 0
...
> shif
Package: dpkg
Version: 1.2.13elf
I'm trying to package "genpower" (a UPS monitoring daemon), but am having
trouble with the postinst:
#! /bin/sh -e
#
# postinst file for genpower
echo "- Installing 'start' ..."
update-rc.d genpowerd start 11 1 2 3 4 5
echo "- Installing 'stop' ..."
2 matches
Mail list logo