summaryrefslogtreecommitdiffstats
path: root/glusterfs.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r--glusterfs.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
index 8a446dcaef1..2863e27e2d2 100644
--- a/glusterfs.spec.in
+++ b/glusterfs.spec.in
@@ -262,6 +262,7 @@ fi
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING-GPLV2 COPYING-LGPLV3 INSTALL NEWS README THANKS
%config %{_sysconfdir}/glusterfs/glusterfs-logrotate
+%config %{_sysconfdir}/glusterfs/group-virt.example
%{_libdir}/glusterfs
%{_libdir}/*.so.*
%{_sbindir}/glusterfs*
@@ -330,7 +331,7 @@ fi
# Need to copy the file.
mkdir -p /var/lib/glusterd/groups
-cp %{_docdir}/%{name}-%{version}/group-virt.example /var/lib/glusterd/groups/virt
+cp %{_sysconfdir}/glusterfs/group-virt.example /var/lib/glusterd/groups/virt
pidof -c -o %PPID -x glusterd &> /dev/null
if [ $? -eq 0 ]; then