*** coda-src/scripts/venus-setup.orig	Mon Jun 26 14:25:01 2000
--- coda-src/scripts/venus-setup	Mon Jun 26 12:03:04 2000
***************
*** 118,128 ****
  fi
  
  # tell the kernel about the new module 
! if [ X`uname` = XLinux ]; then 
!    if ! grep coda /etc/conf.modules > /dev/null; then
! 	echo 'alias char-major-67 coda' >> /etc/conf.modules
!    fi
!    /sbin/depmod -a
! fi
  
  
--- 118,128 ----
  fi
  
  # tell the kernel about the new module 
! #if [ X`uname` = XLinux ]; then 
! #   if ! grep coda /etc/conf.modules > /dev/null; then
! #	echo 'alias char-major-67 coda' >> /etc/conf.modules
! #   fi
! #   /sbin/depmod -a
! #fi
  
  

