commit | 2f0c0d0b8829b8aea97bc09833e172c59b55cd94 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jan 21 00:41:04 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun Jan 21 00:41:04 2007 +0000 |
tree | 3e82c2dd94d674a723f3d7df350f32dc8892adc1 | |
parent | b3f3c23f786a2486a8545ef0d904061ac83e6453 [diff] |
Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own executable if we asked to exec someting with argv[0] == known_applet" Use it in init. Also respect PATH in init, remove explicit "/sbin" etc from exec. Patch by Gabriel L. Somlo <somlo@cmu.edu>