From 49d509591ce036db1bef01ef9860b497251125e3 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Fri, 19 Aug 2011 22:29:34 +0530 Subject: Samba service on existing system is set to on when installing glustermg-backend RPM. Signed-off-by: Bala.FA --- build/glustermg.spec | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit