SourceForge.net
2006-08-24 08:56:30 UTC
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
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