| Current Path : /var/adm/scripts/ |
| Current File : //var/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 )