]> git.pld-linux.org Git - packages/glusterfs.git/commitdiff
- drop obsolete files
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 5 Jul 2009 17:18:54 +0000 (17:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glusterfs-DESTDIR.patch -> 1.2
    glusterfs-open_fix.patch -> 1.3

glusterfs-DESTDIR.patch [deleted file]
glusterfs-open_fix.patch [deleted file]

diff --git a/glusterfs-DESTDIR.patch b/glusterfs-DESTDIR.patch
deleted file mode 100644 (file)
index 908ba1d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- glusterfs-1.2.3/glusterfs-fuse/src/Makefile.in~    2007-01-19 00:58:46.000000000 +0000
-+++ glusterfs-1.2.3/glusterfs-fuse/src/Makefile.in     2007-03-14 22:10:23.152209000 +0000
-@@ -425,7 +425,7 @@ uninstall-am: uninstall-sbinPROGRAMS
- install-data-local:
--      mkdir -p $(localstatedir)/log/glusterfs/
-+      mkdir -p $(DESTDIR)$(localstatedir)/log/glusterfs/
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
diff --git a/glusterfs-open_fix.patch b/glusterfs-open_fix.patch
deleted file mode 100644 (file)
index 81bfe04..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- glusterfs-1.3.10/xlators/protocol/server/src/server-protocol.c.open-fix    2008-08-07 14:35:56.000000000 +0000
-+++ glusterfs-1.3.10/xlators/protocol/server/src/server-protocol.c     2008-08-07 14:36:05.000000000 +0000
-@@ -5353,7 +5353,7 @@ mop_setspec (call_frame_t *frame,
-     goto fail;
-   }
-   
--  ret = open (GLUSTERFSD_SPEC_PATH, O_WRONLY | O_CREAT | O_SYNC);
-+  ret = open (GLUSTERFSD_SPEC_PATH, O_WRONLY | O_CREAT | O_SYNC, S_IRUSR | S_IWUSR);
-   spec_fd = ret;
-   if (spec_fd < 0){
-     remote_errno = errno;
This page took 0.169476 seconds and 4 git commands to generate.