Explorar el Código

Fix naming of "prevent usage of all" variable. The code was correct, the variable was faulty. So use openpkg_runall instead of openpkg_ignall.

Ralf S. Engelschall hace 24 años
padre
commit
b1595822b2
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      openpkg/rc
  2. 1 1
      openpkg/rc.openpkg

+ 1 - 1
openpkg/rc

@@ -169,7 +169,7 @@ scripts=`echo "$1" | sed -e 's;^.*rc\.;;'`
 shift
 if [ ".$scripts" = ".all" ]; then
     . $rcconf
-    case "$openpkg_ignall" in
+    case "$openpkg_runall" in
         [Nn][Oo] | [Ff][Aa][Ll][Ss][Ee] | [Oo][Ff][Ff] | 0 ) exit 0 ;;
     esac
     scripts=`ls $rcdir/rc.* | sed -e "s;^$rcdir/rc\.;;"`

+ 1 - 1
openpkg/rc.openpkg

@@ -25,7 +25,7 @@
 ##
 
 %config
-    openpkg_ignall="yes"
+    openpkg_runall="yes"
     openpkg_envprio="high"
 
 %env -p0