[SCM] Samba Shared Repository - branch v3-4-test updated - release-4-0-0alpha7-785-g9deb558

Michael Adam obnox at samba.org
Fri Apr 17 13:58:26 GMT 2009


The branch, v3-4-test has been updated
       via  9deb558c5a3c380c7e4964e6fd2fc1b948115078 (commit)
       via  81dca118cd94988f55a5b4c43436a97d04309b48 (commit)
      from  c33e3b84a706fa429ceeea81fb17c434e8f6cb4e (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-4-test


- Log -----------------------------------------------------------------
commit 9deb558c5a3c380c7e4964e6fd2fc1b948115078
Author: Michael Adam <obnox at samba.org>
Date:   Fri Apr 17 15:53:38 2009 +0200

    s3: make installmo and uninstallmo scripts executable
    
    Michael

commit 81dca118cd94988f55a5b4c43436a97d04309b48
Author: Michael Adam <obnox at samba.org>
Date:   Fri Apr 17 15:29:10 2009 +0200

    s3: Fix uninstallmo
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/script/uninstallmo.sh |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
 mode change 100644 => 100755 source3/script/installmo.sh
 mode change 100644 => 100755 source3/script/uninstallmo.sh


Changeset truncated at 500 lines:

diff --git a/source3/script/installmo.sh b/source3/script/installmo.sh
old mode 100644
new mode 100755
diff --git a/source3/script/uninstallmo.sh b/source3/script/uninstallmo.sh
old mode 100644
new mode 100755
index 5b4475f..663c6b1
--- a/source3/script/uninstallmo.sh
+++ b/source3/script/uninstallmo.sh
@@ -1 +1,2 @@
-installmo.sh
+#!/bin/sh
+script/installmo.sh


-- 
Samba Shared Repository


More information about the samba-cvs mailing list