summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorBala.FA <bala@gluster.com>2011-08-19 22:29:34 +0530
committerBala.FA <bala@gluster.com>2011-08-19 22:33:14 +0530
commit49d509591ce036db1bef01ef9860b497251125e3 (patch)
tree34dcce39baef2eb07d062dc89d4c0c8b0bb59740 /build
parent09c414aee07219eb6edb2e6be899f35a61464939 (diff)
Samba service on existing system is set to on when installing glustermg-backend RPM.
Signed-off-by: Bala.FA <bala@gluster.com>
Diffstat (limited to 'build')
-rw-r--r--build/glustermg.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/glustermg.spec b/build/glustermg.spec
index a439932c..639c0b1a 100644
--- a/build/glustermg.spec
+++ b/build/glustermg.spec
@@ -33,6 +33,7 @@ Requires: rrdtool-perl >= 1.2.27
Requires: appliance-base >= 1.3
Requires: sudo
Requires: crontabs
+Requires: samba3
%description backend
%{product_family} server side backend tools
@@ -132,6 +133,7 @@ else
/etc/init.d/multicast-discoverd start
fi
/etc/init.d/crond reload
+/sbin/chkconfig smb on
%preun backend
if [ "$1" = 0 ] ; then