#!/bin/bash # pkg2db generates package names to database # # Licensed under the GPL2 license which can be found here # http://www.gnu.org/licenses/licenses.html # # Date 11-April-2005, by Markku (rasat) rasat@user-contributions.org # # # ANSI COLORS NORMAL="\033[0;39m" # RED: Warning message RED="\033[1;31m" # GREEN: Success message GREEN="\033[1;32m" # YELLOW: Attention message YELLOW="\033[1;33m" # BLUE: System message BLUE="\033[1;34m" # LCYAN: Found devices and modules LCYAN="\033[1;36m" usage() { # echo "$0