slackbuilds_ponce/network/teamviewer
dsomero 2ca602a424 network/teamviewer: Fixed file ending with no newline.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-30 00:13:40 -06:00
..
doinst.sh
rc.teamviewerd
README network/teamviewer: Fixed file ending with no newline. 2013-11-30 00:13:40 -06:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00
teamviewer.info various: Change Email 2013-11-20 09:41:42 +07:00
teamviewer.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00

TeamViewer is a remote control application. TeamViewer provides easy,
fast and secure remote access to Linux, Windows PCs, and Macs.

NOTE: The 64-bit package only works in a multi-lib environment, and it
requires these 32-bit packages: glibc, zlib, freetype, alsa-lib, GConf.

You must give execute permission on /etc/rc.d/rc.teamviewerd and run
/etc/rc.d/rc.teamviewerd start prior launching TeamViewer application

To make this process repeated on every boot sequence, add this line 
in your /etc/rc.d/rc.local:

if [ -x /etc/rc.d/rc.teamviewerd ]; then
        /etc/rc.d/rc.teamviewerd start
fi