#! /bin/bash # INSTALL - script to install openddnssec at CAcert . ./RELINFO ID=${PRODUCT}-${RELEASE} cd ${ID} make install cd .. cd etc install -v -p -o root -g root -m 755 init.d/ods /etc/init.d/ods cd ..