Browse Source

runit: fixed to not install "minimal services" when it's not the INIT

early
Alejandro Mery 17 years ago
parent
commit
bb3aaf928a
  1. 8
      base/runit/parse-config

8
base/runit/parse-config

@ -15,7 +15,6 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
#
# add init scripts
#
@ -100,9 +99,6 @@ if pkginstalled runit; then
echo " done."
}
fi
fi
unset runitconfdir runitxmode runit_has_script
# minimal services
case "$pkg" in
@ -116,3 +112,7 @@ if pkginstalled runit; then
esac
fi
unset runitconfdir runitxmode runit_has_script
fi

Loading…
Cancel
Save