# fss-0002

main:
  ./configure $CONF 
  sed -i -e 's|setpgid((pid_t) 0, pgid);||' src/metalog.c
  sed -i -e 's|#define OUTPUT_DIR_PERMS 0700|#define OUTPUT_DIR_PERMS 0750|g' src/metalog.h
  make
  make install
  cp -v ${PR}logger.conf /etc/
  chgrp 0 /sbin/metalog
  chmod u+rwx,og-rwx /sbin/metalog
