* cyglsa-config: Copy the DLL instead of moving.

This commit is contained in:
Corinna Vinschen 2008-08-13 11:05:25 +00:00
parent 69d704beff
commit 5a58591f45
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-08-13 Corinna Vinschen <corinna@vinschen.de>
* cyglsa-config: Copy the DLL instead of moving.
2008-07-16 Corinna Vinschen <corinna@vinschen.de>
* cyglsa-config: Always create a /bin/cyglsa directory and copy the

View File

@ -80,7 +80,7 @@ then
exit 1
fi
fi
if ! mv -b /bin/${dll} /bin/cyglsa/${dll}
if ! cp -b "/bin/${dll}" "/bin/cyglsa/${dll}"
then
echo "Copying the new LSA authentication package /bin/${dll} to"
echo "/bin/cyglsa/${dll} failed. Exiting."