[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] 06: init-script-force-reload.patch
=== Name: init-script-force-reload.patch Description: add force-reload option Debian policy requires init scripts to implement force-reload. So, alias that to restart. DiffStat: tools/examples/init.d/xend | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) === Description: add force-reload option Debian policy requires init scripts to implement force-reload. So, alias that to restart. --- xen-2.0.3.orig/tools/examples/init.d/xend +++ xen-2.0.3/tools/examples/init.d/xend @@ -32,14 +32,14 @@ status) xend status ;; - restart|reload) + restart|reload|force-reload) xend restart await_daemons_up ;; *) # do not advertise unreasonable commands that there is no reason # to use with this device - echo $"Usage: $0 {start|stop|status|restart|reload}" + echo $"Usage: $0 {start|stop|status|restart|reload|force-reload}" exit 1 esac === ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |