- add empty Default-Start: statements to the init scripts

This commit is contained in:
Nalin Dahyabhai 2009-04-20 20:33:32 +00:00
parent 724545eab6
commit 41d635cc23
3 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,7 @@
# Provides: kadmin
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Start:
# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop the Kerberos 5 admin server
# Description: The kadmind service allows administrators to remotely manage \

View File

@ -13,6 +13,7 @@
# Provides: kprop
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Start:
# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop the Kerberos 5 propagation client
# Description: The kpropd service accepts database updates pushed to it from \

View File

@ -14,6 +14,7 @@
# Provides: krb5kdc
# Required-Start: $local_fs $network
# Required-Stop: $local_fs $network
# Default-Start:
# Default-Stop: 0 1 2 3 4 5 6
# Short-Description: start and stop the Kerberos 5 KDC
# Description: The krb5kdc is the Kerberos 5 key distribution center, which \