Discussion:
[Refdb-devel] [ refdb-Bugs-1545811 ] redb init script misses entries
SourceForge.net
2006-08-24 08:56:30 UTC
Permalink
Bugs item #1545811, was opened at 2006-08-24 10:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1545811&group_id=26091

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: refdbd
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: steletch (steletch)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: redb init script misses entries

Initial Comment:
scripts/refdb.in does not reference all possible cases
in the general *) case:

Original:
*)
- echo "Usage: $(basename $0) {start|stop}" >&2

Corrected:

+ echo "Usage: $(basename $0)
{start|stop|restart|force-reload}" >&2

While at it, you may consider using the 'status' option
(i'm not completely sure it is 100% portable though).

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1545811&group_id=26091
SourceForge.net
2006-08-24 19:56:58 UTC
Permalink
Bugs item #1545811, was opened at 2006-08-24 10:56
Message generated for change (Comment added) made by mhoenicka
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1545811&group_id=26091

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: refdbd
Group: None
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: steletch (steletch)
Assigned to: Markus Hoenicka (mhoenicka)
Summary: redb init script misses entries

Initial Comment:
scripts/refdb.in does not reference all possible cases
in the general *) case:

Original:
*)
- echo "Usage: $(basename $0) {start|stop}" >&2

Corrected:

+ echo "Usage: $(basename $0)
{start|stop|restart|force-reload}" >&2

While at it, you may consider using the 'status' option
(i'm not completely sure it is 100% portable though).

----------------------------------------------------------------------
Comment By: Markus Hoenicka (mhoenicka)
Date: 2006-08-24 21:56

Message:
Logged In: YES
user_id=85809

I've changed the usage message accordingly.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=385991&aid=1545811&group_id=26091
Loading...