Aido.git
/
aido-server.in
version
»
Context lines:
10
20
40
80
file
none
3
Aido.git/aido-server.in:14:
LOG='@DIR@/logs/server-debug' while [ ! c"$1" = "c" ] ; do case "$1" in -D*|-d*|-t*) DEFINES="$DEFINES $1" ;; '--once') once=1 ;;
+
'--nossl'|'--no-sll')
+
DEFINES="-DNOSSL $DEFINES"
+
;;
'--debug'|'--with-debug'|'--enable-debug') DEBUG=1 DEFINES="-DVP_DEBUG $DEFINES" ;; '--version') echo "AIDO MediaPlayer backend server $VERSION" exit 0 ;; '--log=*') LOG=`echo $1 | sed -e 's/--log=//'`
Aido.git/aido-server.in:37:
This command will start the AIDO MediaPlayer backend server (version $VERSION). Installation directory: @DIR@ Options: .B--versionB.: Output version information .B--help -?B.: This information. .B--offlineB.: Indicate that there is no network connection available. Disables metaserver access. .B--debugB.: Output more debug information
+
.B--no-sslB.: Run without SSL-support. A normal HTTP-port will
+
opened instead of a HTTPS-port.
.B--onceB.: Run the server only once, in the foreground. The default behaviour is to run it in a loop in the background. .B--log=fileB.: Use the specified file as the debug log. default is $LOG EOF tput 'rmso' 2>/dev/null exit 0 ;;