- add empty Default-Start: statements to the init scripts
This commit is contained in:
parent
724545eab6
commit
41d635cc23
@ -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 \
|
||||
|
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user