diff options
author | Amar Tumballi <amar@gluster.com> | 2011-04-15 01:27:25 +0000 |
---|---|---|
committer | Anand Avati <avati@gluster.com> | 2011-05-04 06:00:58 -0700 |
commit | 44fca3bae2092c50bad31427eaf5b2aec9672e09 (patch) | |
tree | e3b05b3c65ddbeecd648f6fd8ec57064062a686e /extras/Makefile.am | |
parent | 581ee51454d70ace694acfdd6a5b8abb12050dc9 (diff) |
add 'logrotate' config file to the package
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2053 (We need to support the standard *nix 'logrotate' for server and client log files.)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2053
Diffstat (limited to 'extras/Makefile.am')
-rw-r--r-- | extras/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/extras/Makefile.am b/extras/Makefile.am index 048227a1287..5c77ce73d52 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -5,5 +5,8 @@ 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 backend-xattr-sanitize.sh backend-cleanup.sh disk_usage_sync.sh quota-remove-xattr.sh quota-metadata-cleanup.sh +EXTRA_DIST = specgen.scm MacOSX/Portfile glusterfs-mode.el glusterfs.vim \ + migrate-unify-to-distribute.sh backend-xattr-sanitize.sh \ + backend-cleanup.sh disk_usage_sync.sh quota-remove-xattr.sh \ + quota-metadata-cleanup.sh glusterfs-logrotate |