# fss-0002

main:
  gcc -o nslookup nslookup.c
  cp -v nslookup /sbin/
  chgrp e_network /sbin/nslookup
  chmod o-rx /sbin/nslookup
