--- dipc.install Fri Jul 3 10:11:35 1998 +++ dipc.install Sat Jul 4 09:28:44 1998 @@ -32,17 +32,23 @@ fi rm /tmp/dipc_check_tasks -#getting install options echo -echo -n "Do you want an automatic installation of DIPC's kernel patch (Y/n)? " -read patchkernel -if [ -z $patchkernel ]; then patchkernel='y'; fi -echo echo -n "Install DIPC man pages (Y/n)? " read doman if [ -z $doman ]; then doman='y'; fi echo +if test $doman = 'y' -o $doman = 'Y'; then + cp man-pages/man1/*.1.gz /usr/man/man1/ + cp man-pages/man5/*.5.gz /usr/man/man5/ + cp man-pages/man8/*.8.gz /usr/man/man8/ +fi + +echo -n "Do you want an automatic installation of DIPC's kernel patch (Y/n)? " +read patchkernel +if [ -z $patchkernel ]; then patchkernel='y'; fi +echo + #see if the user should select a patch version if [ $patchkernel = 'y' -o $patchkernel = 'Y' ]; then echo @@ -167,7 +173,6 @@ fi echo - #make the examples if test $doexams = 'y' -o $doexams = 'Y'; then cd examples @@ -215,11 +220,6 @@ fi echo -if test $doman = 'y' -o $doman = 'Y'; then - cp man-pages/man1/*.1.gz /usr/man/man1/ - cp man-pages/man5/*.5.gz /usr/man/man5/ - cp man-pages/man8/*.8.gz /usr/man/man8/ -fi echo PLEASE MANUALLY DO THE FOLLOWING: if [ $doup != 'y' -a $doup != 'Y' ]; then