RPM: Fix warning the init script refers to runlevel 4 which is admin defined. No distribution script must use it

git-svn-id: http://svn.code.sf.net/p/davmail/code/trunk@2340 3d1905a2-6b24-0410-a738-b14d5a86fcbd
This commit is contained in:
mguessan 2015-02-17 19:38:38 +00:00
parent b8877eaa78
commit 4c829f91ed
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#
# davmail: davmail exchange gateway daemon
#
# chkconfig: 345 98 02
# chkconfig: 35 98 02
# description: DavMail gateway for Microsoft Exchange
# processname: davmail
# config: /etc/davmail.properties
@ -12,7 +12,7 @@
# Provides: davmail
# Required-Start: $network
# Required-Stop: $network
# Default-Start: 2 3 4 5
# Default-Start: 2 3 5
# Default-Stop: 0 1 6
# Short-Description: DavMail gateway for Microsoft Exchange
### END INIT INFO