]> git.pld-linux.org Git - packages/em8300.git/commitdiff
reversed bogus change
authorankry <ankry@pld-linux.org>
Sat, 20 Sep 2003 13:28:52 +0000 (13:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    em8300.init -> 1.7

em8300.init

index bf70863768002872da7c3bb0df85a29bdeaf3888..9abbf09c951d294044baad12ace9ec5f29833aeb 100644 (file)
@@ -3,7 +3,8 @@
 # chkconfig:   2345 11 89
 # description: loads em8300 modules and uploads microcode
 
-   exit 0
+if [ ! -f /etc/sysconfig/em8300 ]; then
+       exit 0
 fi
 
 # Source function library.
This page took 0.073136 seconds and 4 git commands to generate.