#!/bin/bash
cd /usr/src/iana-etc-*/ ||exit

#copies services,protocols to /etc 
make &&
make install
