home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / init.d / detector < prev    next >
Text File  |  1999-11-12  |  1KB  |  27 lines

  1. #!/bin/sh
  2. ####################################
  3. #Name : detector 
  4. #
  5. #Description: To update the /etc/modules file when a new network device is added.
  6. #               
  7. #Copyright (C) 1999 Corel Corporation 
  8. # EXHIBIT A -Corel Public License. 
  9. # The contents of this file are subject to the Corel Public License 
  10. # Version 1.0 (the "License"); you may not use this file except in 
  11. # compliance  with the License. You may obtain a copy of the License at 
  12. # linux.corel.com/linuxproducts/corellinux/license.htm. 
  13. # Software distributed under the License is distributed on an "AS IS" 
  14. # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the 
  15. # License for the specific language governing rights and limitations 
  16. # under the License. 
  17. # The Original Code is detector. 
  18. # The Initial Developer of the Original Code is Corel Corporation. 
  19. # Portions created by Corel are Copyright (C) 1999  All Rights Reserved. 
  20. # Contributor(s): ______________________________________. 
  21. ##############################################################
  22.  
  23. /sbin/detect probe > /dev/null 2>&1
  24.  
  25.