Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Remove LSB init script headers
Browse files Browse the repository at this point in the history
Fixes EUCA-10565
  • Loading branch information
gholms committed Mar 23, 2015
1 parent 9394b1d commit 2700de0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 47 deletions.
12 changes: 1 addition & 11 deletions tools/eucalyptus-cc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Init script for the Eucalyptus cluster controller
#
# Copyright 2009-2012 Eucalyptus Systems, Inc.
# Copyright 2009-2015 Eucalyptus Systems, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -65,16 +65,6 @@
# chkconfig: - 99 05
# description: eucalyptus cluster controller
#
### BEGIN INIT INFO
# Provides: eucalyptus-cc
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Eucalyptus cluster controller
# Description: Eucalyptus cluster controller
### END INIT INFO
#

# Do NOT "set -e"

Expand Down
14 changes: 1 addition & 13 deletions tools/eucalyptus-cloud.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
#
# Copyright 2009-2014 Eucalyptus Systems, Inc.
# Copyright 2009-2015 Eucalyptus Systems, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -63,18 +63,6 @@
# chkconfig: - 99 05
# description: eucalyptus java ws services
#
### BEGIN INIT INFO
# Provides: eucalyptus
# Required-Start: $remote_fs $syslog
# Should-Start: START
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Eucalyptus java web services
# Description: Eucalyptus java web services
# X-UnitedLinux-Default-Enabled: yes
### END INIT INFO
#

# Do NOT "set -e"

Expand Down
13 changes: 1 addition & 12 deletions tools/eucalyptus-nc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Init script for the Eucalyptus node controller
#
# Copyright 2009-2013 Eucalyptus Systems, Inc.
# Copyright 2009-2015 Eucalyptus Systems, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -64,17 +64,6 @@
#
# chkconfig: - 99 05
# description: eucalyptus node controller
#
### BEGIN INIT INFO
# Provides: eucalyptus-nc
# Required-Start: $remote_fs $syslog libvirtd
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Eucalyptus node controller
# Description: Eucalyptus node controller
### END INIT INFO
#

# Do NOT "set -e"

Expand Down
12 changes: 1 addition & 11 deletions tools/eucanetd.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#
# Init script for the Eucalyptus eucanetd
#
# Copyright 2009-2012 Eucalyptus Systems, Inc.
# Copyright 2009-2015 Eucalyptus Systems, Inc.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -65,16 +65,6 @@
# chkconfig: - 99 05
# description: eucalyptus eucanetd
#
### BEGIN INIT INFO
# Provides: eucanetd
# Required-Start: $remote_fs $syslog
# Required-Stop: $remote_fs $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Eucalyptus eucanetd
# Description: Eucalyptus eucanetd
### END INIT INFO
#

# Do NOT "set -e"

Expand Down

0 comments on commit 2700de0

Please sign in to comment.