Roxen.git/
server/
start
Branch:
Tag:
Non-build tags
All tags
No tags
2002-12-16
2002-12-16 14:37:52 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1626542369d5434ab09989c83d607d95f9f53952 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
5.2
Fixed typo.
Rev: server/start:1.197
1:
#!/bin/sh #
-
# $Id: start,v 1.
196
2002/12/16
09
:
43
:
54
grubba Exp $
+
# $Id: start,v 1.
197
2002/12/16
14
:
37
:
52
grubba Exp $
### If --silent-start is given as the first argument, ### nothing will be printed to stdout by the script.
141:
# to roxenloader instead. # Make sure that the argument isn't duplicated for every restart...
-
if [ "x$remove_dumped_passed" = "xyes"; then :; else
+
if [ "x$remove_dumped_passed" = "xyes"
]
; then :; else
pass="$pass --remove-dumped" remove_dumped_passed=yes fi