Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-08-13 15:05:25 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-08-13 15:05:25 +0400
commit5a58591f45d195f5acf1cf04e691a19ef3794530 (patch)
tree9a178a7f456f4a5b23025f41cb9ea17764ba0065 /winsup/lsaauth
parent69d704beff528d3526f4c2cd0ee3da112d70d53a (diff)
* cyglsa-config: Copy the DLL instead of moving.
Diffstat (limited to 'winsup/lsaauth')
-rw-r--r--winsup/lsaauth/ChangeLog4
-rwxr-xr-xwinsup/lsaauth/cyglsa-config2
2 files changed, 5 insertions, 1 deletions
diff --git a/winsup/lsaauth/ChangeLog b/winsup/lsaauth/ChangeLog
index b859c3cc2..8a0fe880c 100644
--- a/winsup/lsaauth/ChangeLog
+++ b/winsup/lsaauth/ChangeLog
@@ -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
diff --git a/winsup/lsaauth/cyglsa-config b/winsup/lsaauth/cyglsa-config
index 4aea2940c..0a749f7ce 100755
--- a/winsup/lsaauth/cyglsa-config
+++ b/winsup/lsaauth/cyglsa-config
@@ -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."