Monotone-Parent: 43675f1618c28a385375562d6eaf3afabaa316ae

Monotone-Revision: 261d328a4a30eba63838d32540b23a78ce2a3840

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-03-24T14:05:55
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2009-03-24 14:05:55 +00:00
parent d3f53a5c19
commit f5a98f3571
2 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
include ../common.make
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *.jpg *gif *png *html *txt)
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt)
all ::
+5 -2
View File
@@ -222,8 +222,11 @@ if ! id sogo >& /dev/null; then /usr/sbin/adduser sogo > /dev/null 2>&1; fi
/sbin/chkconfig --add sogod
%preun
/sbin/chkconfig --del sogod
/sbin/service sogod stop > /dev/null 2>&1
if [ "$1" == "0" ]
then
/sbin/chkconfig --del sogod
/sbin/service sogod stop > /dev/null 2>&1
fi
%postun
if test "$1" = "0"