Merge lp:~nitink/ubuntu/saucy/ushare/bug-1044024 into lp:ubuntu/saucy/ushare

Proposed by Nitin Kushwah
Status: Merged
Merged at revision: 11
Proposed branch: lp:~nitink/ubuntu/saucy/ushare/bug-1044024
Merge into: lp:ubuntu/saucy/ushare
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
scripts/ushare (+1/-1)
To merge this branch: bzr merge lp:~nitink/ubuntu/saucy/ushare/bug-1044024
Reviewer Review Type Date Requested Status
Luke Yelavich (community) Approve
Review via email: mp+176472@code.launchpad.net

Description of the change

I have included typo fix for LP: # 1044024
------
$ bzr diff
=== modified file 'scripts/ushare'
--- scripts/ushare 2012-01-03 23:35:53 +0000
+++ scripts/ushare 2013-07-23 19:20:43 +0000
@@ -48,7 +48,7 @@
   start)
     log_daemon_msg "Starting $DESC: $NAME"
     if ! $(check_shares); then
- log_warning_msg "No shares avalaible ..."
+ log_warning_msg "No shares available ..."
       log_end_msg 0
     else
       checkpid
-------

Thanks,
Nitin Kushwah

To post a comment you must log in.
Revision history for this message
Luke Yelavich (themuso) wrote :

Thanks for your work. Plesae consider sending this patch upstream, as it is a trivial fix and should be accepted without any issue or question from upstream developers.

Thanks again for your work.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2012-07-02 20:37:14 +0000
3+++ debian/changelog 2013-07-23 19:53:27 +0000
4@@ -1,3 +1,9 @@
5+ushare (1.1a-0ubuntu10) saucy; urgency=low
6+
7+ * Typo in ushare init script ( LP: #1044024)
8+
9+ -- Nitin Kushwah <abhi4u.blr@gmail.com> Wed, 24 Jul 2013 00:51:35 +0530
10+
11 ushare (1.1a-0ubuntu9) quantal; urgency=low
12
13 * debian/patches/fix-implicit-pointers.patch:
14
15=== modified file 'scripts/ushare'
16--- scripts/ushare 2012-01-03 23:35:53 +0000
17+++ scripts/ushare 2013-07-23 19:53:27 +0000
18@@ -48,7 +48,7 @@
19 start)
20 log_daemon_msg "Starting $DESC: $NAME"
21 if ! $(check_shares); then
22- log_warning_msg "No shares avalaible ..."
23+ log_warning_msg "No shares available ..."
24 log_end_msg 0
25 else
26 checkpid

Subscribers

People subscribed via source and target branches

to all changes: