[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

./packages/openofficeorg/3.2.1/experimental r1999: remove obsolete patches/file-locking-conditional-cifs.diff



------------------------------------------------------------
revno: 1999
committer: Rene Engelhard <rene@debian.org>
branch nick: experimental
timestamp: Wed 2010-05-26 02:01:29 +0200
message:
  remove obsolete patches/file-locking-conditional-cifs.diff
removed:
  patches/file-locking-conditional-cifs.diff
=== removed file 'patches/file-locking-conditional-cifs.diff'
--- a/patches/file-locking-conditional-cifs.diff	2010-05-19 18:53:28 +0000
+++ b/patches/file-locking-conditional-cifs.diff	1970-01-01 00:00:00 +0000
@@ -1,40 +0,0 @@
-diff --git a/patches/dev300/ubuntu-soffice-config.diff b/patches/dev300/ubuntu-soffice-config.diff
-index be3660c..57c6506 100644
---- openoffice.org-3.2.0/ooo-build-3-2-0-10/patches/dev300/ubuntu-soffice-config.diff
-+++ openoffice.org-3.2.0/ooo-build-3-2-0-10/patches/dev300/ubuntu-soffice-config.diff
-@@ -20,7 +20,7 @@ Index: soffice.sh
- +# Ubuntu helper functions
- +home_on_nfs()
- +{
--+    case $(stat -f -c %T $HOME) in nfs|smb)
-++    case $(stat -f -c %T $HOME) in cifs|nfs|smb)
- +        return 0
- +    esac
- +    return 1
-@@ -29,7 +29,7 @@ Index: soffice.sh
- +    for i; do
- +       case "$i" in -*) continue; esac
- +       [ -f "$i" ] || continue
--+       case $(stat -f -c %T "$i") in nfs|smb)
-++       case $(stat -f -c %T "$i") in cifs|nfs|smb)
- +            return 0
- +       esac
- +    done
-@@ -151,7 +151,7 @@ Index: soffice.sh
- +# Ubuntu helper functions
- +home_on_nfs()
- +{
--+    case $(stat -f -c %T $HOME) in nfs*|smb)
-++    case $(stat -f -c %T $HOME) in cifs|nfs*|smb)
- +        return 0
- +    esac
- +    return 1
-@@ -160,7 +160,7 @@ Index: soffice.sh
- +    for i; do
- +       case "$i" in -*) continue; esac
- +       [ -f "$i" ] || continue
--+       case $(stat -f -c %T "$i") in nfs*|smb)
-++       case $(stat -f -c %T "$i") in cifs|nfs*|smb)
- +            return 0
- +       esac
- +    done


Reply to: