Author: jan
Date: Wed Mar 17 20:37:38 2010
New Revision: 924474
URL: http://svn.apache.org/viewvc?rev=924474&view=rev
Log:
simplified init script options
Modified:
couchdb/branches/0.11.x/etc/init/couchdb.tpl.in
Modified: couchdb/branches/0.11.x/etc/init/couchdb.tpl.in
URL:
http://svn.apache.org/viewvc/couchdb/branches/0.11.x/etc/init/couchdb.tpl.in?rev=924474&r1=924473&r2=924474&view=diff
==============================================================================
--- couchdb/branches/0.11.x/etc/init/couchdb.tpl.in (original)
+++ couchdb/branches/0.11.x/etc/init/couchdb.tpl.in Wed Mar 17 20:37:38 2010
@@ -141,7 +141,7 @@ parse_script_option_list () {
log_end_msg $SCRIPT_ERROR
fi
;;
- restart|force-reload)
+ restart)
log_daemon_msg "Restarting $DESCRIPTION" $NAME
if stop_couchdb; then
if start_couchdb; then
@@ -158,7 +158,7 @@ parse_script_option_list () {
;;
*)
cat << EOF >&2
-Usage: $SCRIPT_NAME {start|stop|restart|force-reload|status}
+Usage: $SCRIPT_NAME {start|stop|restart|status}
EOF
exit $SCRIPT_ERROR
;;