fde87e4c01
Fix svnserve startup to "daemonize" but run in foreground. (One of -d -i -t or -X must be provided.) Fix 'run' script to allow config file with custom run options.
3 lines
70 B
Bash
Executable file
3 lines
70 B
Bash
Executable file
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec svnserve -d --foreground $OPTS
|