# fss-0002

main:
  sed -i -e "s|DEFAULT_LOGIN_PATH \":/usr/ucb:/bin:/usr/bin\"|DEFAULT_LOGIN_PATH \":/bin:/sbin:/interpreter/bin:${TC}bin\"|" src/su.c
  sed -i -e 's|DEFAULT_SHELL "/bin/sh"|DEFAULT_SHELL "/bin/bash"|' src/su.c
  sed -i -e 's|DEFAULT_USER "root"|DEFAULT_USER "There Is No Root"|' src/su.c
  sed 's/IDLESTR_LEN 6/IDLESTR_LEN 10/' -i src/who.c
  sed -i -e 's|isfinite|finite|g' src/seq.c
  ./configure $CONF $ST_ONLY
  if [[ $glibc_host == "yes" ]] ; then echo "#undef HAVE_STROPTS_H" >> lib/config.h ; fi
  echo "#undef HAVE_OPENAT" >> lib/config.h
  make
  make install
