mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 08:34:30 +00:00
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:
@@ -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 ::
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user