OSDN Git Service

* cyglsa-config: Copy the DLL instead of moving.
authorcorinna <corinna>
Wed, 13 Aug 2008 11:05:25 +0000 (11:05 +0000)
committercorinna <corinna>
Wed, 13 Aug 2008 11:05:25 +0000 (11:05 +0000)
winsup/lsaauth/ChangeLog
winsup/lsaauth/cyglsa-config

index b859c3c..8a0fe88 100644 (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
index 4aea294..0a749f7 100755 (executable)
@@ -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."