#
# $Id: update_bitkeys 15 2008-03-07 08:46:13Z sten $
#
# This refreshes the root user's bitkeys on the box.
#

echo 'Version: $Id: update_bitkeys 15 2008-03-07 08:46:13Z sten $'
echo ""

export HOME=/root; bitkeys || error "Could not fetch bitkeys"

return 0
