home *** CD-ROM | disk | FTP | other *** search
- #!/bin/sh
- ####################################
- #Name : detector
- #
- #Description: To update the /etc/modules file when a new network device is added.
- #
- #Copyright (C) 1999 Corel Corporation
- #
- # EXHIBIT A -Corel Public License.
- #
- # The contents of this file are subject to the Corel Public License
- # Version 1.0 (the "License"); you may not use this file except in
- # compliance with the License. You may obtain a copy of the License at
- # linux.corel.com/linuxproducts/corellinux/license.htm.
- # Software distributed under the License is distributed on an "AS IS"
- # basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
- # License for the specific language governing rights and limitations
- # under the License.
- # The Original Code is detector.
- # The Initial Developer of the Original Code is Corel Corporation.
- # Portions created by Corel are Copyright (C) 1999 All Rights Reserved.
- # Contributor(s): ______________________________________.
- ##############################################################
-
- /sbin/detect probe > /dev/null 2>&1
-
-