Your IP : 216.73.216.48


Current Path : /usr/adm/scripts/
Upload File :
Current File : //usr/adm/scripts/man-pages-4.06-noarch-1

#!/bin/sh
if [ ! -e usr/man/whatis ]; then
  mv usr/man/whatis.sample usr/man/whatis
elif [ "$(md5sum usr/man/whatis)" = "$(md5sum usr/man/whatis.sample)" ]; then
  # toss the redundant copy
  rm usr/man/whatis.sample
fi
( cd usr/man ; rm -rf man3p )
( cd usr/man ; ln -sf man3 man3p )