Fixed "Provides" name in chkconfig info

Former-commit-id: cedea7e4005ecf540c5383a7a9da04f8fabfe648
This commit is contained in:
Edgard Lorraine Messias 2019-10-01 14:03:36 -03:00 committed by John Sully
parent b11d3c4b82
commit d34f7746ed

View File

@ -202,7 +202,7 @@ REDIS_CHKCONFIG_INFO=\
# chkconfig: - 58 74\n
# description: redis_${REDIS_PORT} is the redis daemon.\n
### BEGIN INIT INFO\n
# Provides: redis_6379\n
# Provides: redis_${REDIS_PORT}\n
# Required-Start: \$network \$local_fs \$remote_fs\n
# Required-Stop: \$network \$local_fs \$remote_fs\n
# Default-Start: 2 3 4 5\n