diff options
author | Anand V. Avati <avati@amp.gluster.com> | 2009-05-07 15:02:09 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-05-07 15:12:09 +0530 |
commit | adb56cb5e0f0d718764b25f1b37397be720f8750 (patch) | |
tree | f7c4cd5f7ae77ae2487f6943735316166aa0c78f /extras/Makefile.am | |
parent | babc4dfb08504e41a35cf06e8c297a19c87ac397 (diff) |
backend-xattr-sanitize.sh: script added to extras/
Run the script as:
sh$ ./backend-xattr-sanitize.sh /data/export0
and it will remove all the known stale xattrs on the backend files and dirs
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index d95880c5356..9be3973002a 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -5,7 +5,7 @@ EditorMode_DATA = glusterfs-mode.el glusterfs.vim SUBDIRS = init.d benchmarking -EXTRA_DIST = specgen.scm MacOSX/Portfile glusterfs-mode.el glusterfs.vim migrate-unify-to-distribute.sh +EXTRA_DIST = specgen.scm MacOSX/Portfile glusterfs-mode.el glusterfs.vim migrate-unify-to-distribute.sh backend-xattr-sanitize.sh CLEANFILES = |