From 4c829f91edf3ee557890513b5636a209a50b6fd6 Mon Sep 17 00:00:00 2001 From: mguessan Date: Tue, 17 Feb 2015 19:38:38 +0000 Subject: [PATCH] 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 --- src/contribs/rpm/SOURCES/davmail-init | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/contribs/rpm/SOURCES/davmail-init b/src/contribs/rpm/SOURCES/davmail-init index de645365..aa3beeb3 100644 --- a/src/contribs/rpm/SOURCES/davmail-init +++ b/src/contribs/rpm/SOURCES/davmail-init @@ -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