# -*-Shell-script-*- # # functions This file contains functions to be used by most or all # shell scripts in the /etc/init.d directory. # cpuinfo_id() { # return the Hardware module ID awk 'BEGIN { FS=": " } /Hardware/ { print $2 } '