Updated Branches: refs/heads/master 2d832c6cd -> 0fdc89b3f
CLOUDSTACK-81: Fix typo in function name for script in fedora Patch fixes typo in function name, in start() for the script used for fedora Signed-off-by: Rohit Yadav <rohit.ya...@citrix.com> Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/0fdc89b3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/0fdc89b3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/0fdc89b3 Branch: refs/heads/master Commit: 0fdc89b3f0cddf815181193019653309da7a6a12 Parents: 2d832c6 Author: Rohit Yadav <rohit.ya...@citrix.com> Authored: Tue Sep 25 17:10:49 2012 +0530 Committer: Wido den Hollander <w...@widodh.nl> Committed: Tue Sep 25 13:46:14 2012 +0200 ---------------------------------------------------------------------- .../fedora/SYSCONFDIR/rc.d/init.d/cloud-usage.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/0fdc89b3/usage/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-usage.in ---------------------------------------------------------------------- diff --git a/usage/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-usage.in b/usage/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-usage.in index 69f1b2c..516a842 100755 --- a/usage/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-usage.in +++ b/usage/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-usage.in @@ -79,7 +79,7 @@ start() { echo -n "Starting $PROGNAME" "$SHORTNAME" - if start_daemon -p $PIDFILE $DAEMON -cp "$CLASSPATH" -pidfile "$PIDFILE" -user "$USER" -errfile SYSLOG -Dpid=$$ $CLASS + if daemon -p $PIDFILE $DAEMON -cp "$CLASSPATH" -pidfile "$PIDFILE" -user "$USER" -errfile SYSLOG -Dpid=$$ $CLASS RETVAL=$? then rc=0