Fix include location for the SUSE init script.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/fb165455 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/fb165455 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/fb165455 Branch: refs/heads/rbd Commit: fb16545510a8664920fa6e35a18b4526d4bd39d4 Parents: 5c5a4e3 Author: Wido den Hollander <[email protected]> Authored: Wed Jul 25 00:02:42 2012 +0200 Committer: Wido den Hollander <[email protected]> Committed: Wed Jul 25 00:02:42 2012 +0200 ---------------------------------------------------------------------- .../opensuse/sles/SYSCONFDIR/init.d/cloud-agent.in | 2 +- agent/distro/sles/SYSCONFDIR/init.d/cloud-agent.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fb165455/agent/distro/opensuse/sles/SYSCONFDIR/init.d/cloud-agent.in ---------------------------------------------------------------------- diff --git a/agent/distro/opensuse/sles/SYSCONFDIR/init.d/cloud-agent.in b/agent/distro/opensuse/sles/SYSCONFDIR/init.d/cloud-agent.in index 4f6f04d..01606c7 100644 --- a/agent/distro/opensuse/sles/SYSCONFDIR/init.d/cloud-agent.in +++ b/agent/distro/opensuse/sles/SYSCONFDIR/init.d/cloud-agent.in @@ -29,7 +29,7 @@ # WARNING: if this script is changed, then all other initscripts MUST BE changed to match it as well . /lib/lsb/init-functions -. /etc/default/rcS +. /etc/rc.status whatami=cloud-agent http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/fb165455/agent/distro/sles/SYSCONFDIR/init.d/cloud-agent.in ---------------------------------------------------------------------- diff --git a/agent/distro/sles/SYSCONFDIR/init.d/cloud-agent.in b/agent/distro/sles/SYSCONFDIR/init.d/cloud-agent.in index 4f6f04d..01606c7 100644 --- a/agent/distro/sles/SYSCONFDIR/init.d/cloud-agent.in +++ b/agent/distro/sles/SYSCONFDIR/init.d/cloud-agent.in @@ -29,7 +29,7 @@ # WARNING: if this script is changed, then all other initscripts MUST BE changed to match it as well . /lib/lsb/init-functions -. /etc/default/rcS +. /etc/rc.status whatami=cloud-agent
