From aaef8c71e5b0adfe9844f5c627ad44efa0894b59 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 26 Oct 2007 13:11:06 -0400 Subject: Misc. changes from the Fedora package review. --- init-scripts/certmaster | 3 +-- init-scripts/funcd | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'init-scripts') diff --git a/init-scripts/certmaster b/init-scripts/certmaster index 71d5d8a..11a4539 100755 --- a/init-scripts/certmaster +++ b/init-scripts/certmaster @@ -8,14 +8,13 @@ ### BEGIN INIT INFO # Provides: certmaster # Required-Start: network -# Default-Start: 3 4 5 # Short-Description: certificate master for Fedora Unified Network Control 'master server only' # Description: certificate master to sign/manage ca/cert infrastructure for func ### END INIT INFO # chkconfig header -# chkconfig: 345 98 99 +# chkconfig: - 98 99 # description: certificate master to sign/manage ca/cert infrastructure for func # # processname: /usr/bin/certmaster diff --git a/init-scripts/funcd b/init-scripts/funcd index 4971feb..72e2de5 100755 --- a/init-scripts/funcd +++ b/init-scripts/funcd @@ -8,14 +8,13 @@ ### BEGIN INIT INFO # Provides: funcd # Required-Start: network, xinetd, httpd -# Default-Start: 3 4 5 # Short-Description: Fedora Unified Network Control # Description: Crazy simple, secure remote management. ### END INIT INFO # chkconfig header -# chkconfig: 345 99 99 +# chkconfig: - 99 99 # description: Crazy simple, secure remote management. # # processname: /usr/bin/funcd -- cgit