edubuntu-bugs team mailing list archive
-
edubuntu-bugs team
-
Mailing list archive
-
Message #03824
[Bug 975769] Re: ltsp-client-vendor-functions is a broken symlink
Here's some code for the second idea - run it from ltsp-trunk.
And of course the "echo" needs to be removed if it goes in the packaging:
find . -type l -printf '%p,%l\n' |
while { IFS=, read symlink target; }; do
if [ $(stat -c %i "${symlink%/*}/${target%/*}") -eq $(stat -c %i common) ]; then
echo cp "common/${target##*/}" "$symlink"
fi
done
--
You received this bug notification because you are a member of Edubuntu
Bugsquad, which is subscribed to ltsp in Ubuntu.
https://bugs.launchpad.net/bugs/975769
Title:
ltsp-client-vendor-functions is a broken symlink
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ltsp/+bug/975769/+subscriptions
References