* cyglsa-config: Copy the DLL instead of moving.
This commit is contained in:
parent
69d704beff
commit
5a58591f45
|
@ -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>
|
2008-07-16 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* cyglsa-config: Always create a /bin/cyglsa directory and copy the
|
* cyglsa-config: Always create a /bin/cyglsa directory and copy the
|
||||||
|
|
|
@ -80,7 +80,7 @@ then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if ! mv -b /bin/${dll} /bin/cyglsa/${dll}
|
if ! cp -b "/bin/${dll}" "/bin/cyglsa/${dll}"
|
||||||
then
|
then
|
||||||
echo "Copying the new LSA authentication package /bin/${dll} to"
|
echo "Copying the new LSA authentication package /bin/${dll} to"
|
||||||
echo "/bin/cyglsa/${dll} failed. Exiting."
|
echo "/bin/cyglsa/${dll} failed. Exiting."
|
||||||
|
|
Loading…
Reference in New Issue