diff options
| author | Adrian Likins <alikins@grimlock.devel.redhat.com> | 2007-10-26 15:10:07 -0400 |
|---|---|---|
| committer | Adrian Likins <alikins@grimlock.devel.redhat.com> | 2007-10-26 15:10:07 -0400 |
| commit | c775e11d5be9253de8daeba4d2be2067ef1c9f54 (patch) | |
| tree | 5df82438b787eb46d459c48003a3ad6c9d2fc897 /init-scripts | |
| parent | 6a8b6ef5ca58c8a785098640174ab6556f3935f0 (diff) | |
| parent | 2484eb6eec81a61a16331309822dbea5afeec595 (diff) | |
Merge branch 'master' of ssh://git.fedoraproject.org/git/hosted/func
Diffstat (limited to 'init-scripts')
| -rwxr-xr-x | init-scripts/certmaster | 3 | ||||
| -rwxr-xr-x | init-scripts/funcd | 3 |
2 files changed, 2 insertions, 4 deletions
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 |
