Remove trailing whitespace

master
Pavel Roskin 7 years ago committed by metalefty
parent 33790e1fed
commit 8a1de8dbc4

@ -103,7 +103,7 @@ need **autoconf**, **automake**, **libtool** and **pkgconfig**.
If compiling from the packaged source, unpack the tarball and change to the
resulting directory.
If compiling from a checked out repository, please make sure you've got the submodules
If compiling from a checked out repository, please make sure you've got the submodules
cloned too (use `git clone --recursive https://github.com/neutrinolabs/xrdp`)
Then run following commands to compile and install xrdp:

@ -28,7 +28,7 @@ dist_startscript_DATA = \
km-0000080c.ini \
km-00000813.ini \
km-00000816.ini \
km-0000100c.ini
km-0000100c.ini
#
# platform specific files

@ -73,7 +73,7 @@ case "$1" in
start)
check_root
exitval=0
log_daemon_msg "Starting $DESC "
log_daemon_msg "Starting $DESC "
if pidofproc -p $PIDDIR/$NAME.pid $DAEMON > /dev/null; then
log_progress_msg "$NAME apparently already running"
log_end_msg 0
@ -104,7 +104,7 @@ case "$1" in
exit 0
}
exitval=0
log_daemon_msg "Stopping RDP Session manager "
log_daemon_msg "Stopping RDP Session manager "
log_progress_msg "sesman"
if pidofproc -p $PIDDIR/xrdp-sesman.pid $SDAEMON > /dev/null; then
start-stop-daemon --stop --quiet --oknodo --pidfile $PIDDIR/xrdp-sesman.pid \

@ -19,7 +19,7 @@ AUTH_LIB = -lcrypt
else
if SESMAN_BSD
AUTH_C = verify_user_bsd.c
AUTH_LIB =
AUTH_LIB =
else
if SESMAN_PAMUSERPASS
AUTH_C = verify_user_pam_userpass.c

@ -14,7 +14,7 @@ to build tcutils:
qmake
make
To run tcutils:
To run tcutils:
---------------
include xrdpapi/.libs in your LD_LIBRARY_PATH

@ -3,7 +3,7 @@
# = evaluates the expression each time it is used
CFLAGS := $(shell pkg-config --cflags gtk+-2.0)
CFLAGS += -O2 -Wall
CFLAGS += -O2 -Wall
#LDFLAGS = -Wl
LIBS := $(shell pkg-config --libs gtk+-2.0)
LIBS += -ldl -lgthread-2.0

@ -1,5 +1,5 @@
A QT based media player that runs on a RDP server and
redirects audio/video to the client where it is decoded
A QT based media player that runs on a RDP server and
redirects audio/video to the client where it is decoded
and rendered locally
Required packages to build vrplayer:
@ -7,7 +7,7 @@ Required packages to build vrplayer:
libqt4-gui
qt4-dev-tools
libavutil-dev
libavformat-dev
libavformat-dev
to build vrplayer
-----------------
@ -17,7 +17,7 @@ cd ..
qmake
make
To run vrplayer
To run vrplayer
---------------
include xrdpapi/.libs and xrdpvr/.libs in your LD_LIBRARY_PATH

@ -1,11 +1,11 @@
CFLAGS = -Werror -Wall
all: xdemo
all: xdemo
xdemo: xdemo.c bmp_parser.c
gcc $(CFLAGS) xdemo.c bmp_parser.c -o xdemo -lX11
.PHONY clean:
.PHONY clean:
rm -f *.o xdemo

@ -9,7 +9,7 @@
; Based on the "keylayout" value from the client, find the right x11
; layout value.
; 3. model/variant are inferred based on the "keyboard_type" and
; "keyboard_subtype", but they can be overridden.
; "keyboard_subtype", but they can be overridden.
;
;

Loading…
Cancel
Save