Bugzilla – Attachment #56581: lsvpd.runlevel-exitcodes.patch for bug #112623
# Description: lsvpd hardware inventory utilities
### END INIT INFO
. /etc/rc.status
rc_reset
case "$1" in
start)
echo -n "Initialising lsvpd database"
/sbin/update-lsvpd-db
echo "."
rc_status -v
;;
stop)
:
esac
exit 0
rc_exit