summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."