1 Star 0 Fork 2

公子文彬 / fakeroot

forked from openKylin / fakeroot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BUGS 926 Bytes
一键复制 编辑 原始数据 按行查看 历史
LLL 提交于 2022-07-16 18:03 . Import Upstream version 1.24
- symlinks aren't `vpath-ed'. that is, if VPATH="chop(/bin)=:/tmp/bin",
then opening a symlink ~/home/ls -> /bin/ls will open /bin/ls
directly, and not first try to open /tmp/bin/ls.
- dpkg-shlibdeps gets a sig 11 (avoided with neat VPATH trick in fakeroot,
but nevertheless, there's a bug in libtricks there somewhere).
- readlink on a ordinary file/dir without VPATHSYMLINK set will still
not return an error, if the file is affected by the VPATH. Should,
according to readlink(2), return EINVAL.
- in trick-chroot, the output of `pwd' initially isn't correct. After the
first cd this is corrected, but anyway. Should use vpath_findpath() in
getcwd().
- nice() is called too often. It's called for every vpath
component (vpath::vpath::vpath), needs only to be called once.
- nicepath -- is dat echt wel goed als path met een '/' begint???
moet nicepath echt wel zoveel doen met 't huidige filesysteem?
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xiewei/fakeroot.git
git@gitee.com:xiewei/fakeroot.git
xiewei
fakeroot
fakeroot
openkylin/yangtze

搜索帮助

344bd9b3 5694891 D2dac590 5694891