浏览代码

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

master
父节点
当前提交
b1595822b2
  1. 2
      openpkg/rc
  2. 2
      openpkg/rc.openpkg

2
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\.;;"`

2
openpkg/rc.openpkg

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

正在加载...
取消
保存