Branch: Tag:

2001-11-21

2001-11-21 10:06:56 by Martin Stjernholm <mast@lysator.liu.se>

Avoid ' in the help text, only because it upsets the font locking in Emacs.

Rev: server/start:1.189

1:   #!/bin/sh   # - # $Id: start,v 1.188 2001/11/15 12:04:14 grubba Exp $ + # $Id: start,v 1.189 2001/11/21 10:06:56 mast Exp $      ### If --silent-start is given as the first argument,   ### nothing will be printed to stdout by the script.
391:    This is very useful when debugging. Implies    --module-debug.    -  .B--keep-mysqlB.: Don't shut down MySQL process when exiting +  .B--keep-mysqlB.: Do not shut down MySQL process when exiting    the start script. Useful during development    or any other scenario where the start script    is frequently terminated.