Author: ankry                        Date: Sat Mar  5 18:20:22 2005 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- spaces -> tabs

---- Files affected:
SPECS:
   sqwebmail.spec (1.70.2.5 -> 1.70.2.6) 

---- Diffs:

================================================================
Index: SPECS/sqwebmail.spec
diff -u SPECS/sqwebmail.spec:1.70.2.5 SPECS/sqwebmail.spec:1.70.2.6
--- SPECS/sqwebmail.spec:1.70.2.5       Sat Mar  5 16:45:18 2005
+++ SPECS/sqwebmail.spec        Sat Mar  5 19:20:16 2005
@@ -177,16 +177,16 @@
 # apache1
 if [ -d %{_apache1dir}/conf.d ]; then
        ln -sf %{_sysconfdir}/sqwebmail/apache-%{name}.conf 
%{_apache1dir}/conf.d/99_%{name}.conf
-        if [ -f /var/lock/subsys/apache ]; then
-               /etc/rc.d/init.d/apache restart 1>&2
-        fi
+       if [ -f /var/lock/subsys/apache ]; then
+               /etc/rc.d/init.d/apache restart 1>&2
+       fi
 fi
 # apache2
 if [ -d %{_apache2dir}/httpd.conf ]; then
-        ln -sf %{_sysconfdir}/sqwebmail/apache-%{name}.conf 
%{_apache2dir}/httpd.conf/99_%{name}.conf
-        if [ -f /var/lock/subsys/httpd ]; then
-                /etc/rc.d/init.d/httpd restart 1>&2
-        fi
+       ln -sf %{_sysconfdir}/sqwebmail/apache-%{name}.conf 
%{_apache2dir}/httpd.conf/99_%{name}.conf
+       if [ -f /var/lock/subsys/httpd ]; then
+               /etc/rc.d/init.d/httpd restart 1>&2
+       fi
 fi
 
 [ -L %{_datadir}/sqwebmail/html/en ] || ln -fs en-us 
%{_datadir}/sqwebmail/html/en
@@ -200,20 +200,20 @@
 %preun
 if [ "$1" = "0" ]; then
        umask 027
-        # apache1
-        if [ -d %{_apache1dir}/conf.d ]; then
-                rm -f %{_apache1dir}/conf.d/99_%{name}.conf
-                if [ -f /var/lock/subsys/apache ]; then
-                        /etc/rc.d/init.d/apache restart 1>&2
-                fi
-        fi
-        # apache2
-        if [ -d %{_apache2dir}/httpd.conf ]; then
-                rm -f %{_apache2dir}/httpd.conf/99_%{name}.conf
-                if [ -f /var/lock/subsys/httpd ]; then
-                        /etc/rc.d/init.d/httpd restart 1>&2
-                fi
-        fi
+       # apache1
+       if [ -d %{_apache1dir}/conf.d ]; then
+               rm -f %{_apache1dir}/conf.d/99_%{name}.conf
+               if [ -f /var/lock/subsys/apache ]; then
+                       /etc/rc.d/init.d/apache restart 1>&2
+               fi
+       fi
+       # apache2
+       if [ -d %{_apache2dir}/httpd.conf ]; then
+               rm -f %{_apache2dir}/httpd.conf/99_%{name}.conf
+               if [ -f /var/lock/subsys/httpd ]; then
+                       /etc/rc.d/init.d/httpd restart 1>&2
+               fi
+       fi
 
        /sbin/chkconfig --del sqwebmail
        if [ -f /var/lock/subsys/sqwebmail ]; then
@@ -333,6 +333,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.70.2.6  2005/03/05 18:20:16  ankry
+- spaces -> tabs
+
 Revision 1.70.2.5  2005/03/05 15:45:18  andree
 - use db instead of gdbm
 - removed s{g}uid from sqwebmail cgi script
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sqwebmail.spec?r1=1.70.2.5&r2=1.70.2.6&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to