Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 366882 Details for
Bug 491770
net-misc/teamviewer-9.0.x version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Teamviewer 9 patch
teamviewer-9.0.24147-gentoo.patch (text/plain), 3.06 KB, created by
Jayson Reis
on 2014-01-03 19:34:06 UTC
(
hide
)
Description:
Teamviewer 9 patch
Filename:
MIME Type:
Creator:
Jayson Reis
Created:
2014-01-03 19:34:06 UTC
Size:
3.06 KB
patch
obsolete
>diff --git a/opt/teamviewer9/tv_bin/script/tvw_extra b/opt/teamviewer9/tv_bin/script/tvw_extra >index ae90b2d..f7ce7c1 100644 >--- a/opt/teamviewer9/tv_bin/script/tvw_extra >+++ b/opt/teamviewer9/tv_bin/script/tvw_extra >@@ -31,20 +31,9 @@ function PrintInfo() > { > PrintVersion > echo >- PrintDaemonStatus >- echo > PrintTeamViewerID > } > >-function PrintDaemonStatus() >-{ >- local cmd="$(daemonCtl 'status')" >- local txt="$(eval "$cmd")" >- [ $? = 0 ] || txt='n/a (error)' >- >- ABecho "teamviewerd status" "$txt" >-} >- > function PrintTeamViewerID() > { > local config="$TV_BASE_DIR/config/global.conf" >@@ -55,18 +44,18 @@ function PrintTeamViewerID() > if [ -n "$tvid" ]; then > ABecho "TeamViewer ID:" "$tvid" > else >- echo "TeamViewer ID: not found" >- echo "Try restarting the TeamViewer daemon (e.g. teamviewer --daemon restart)" >+ echo "Try restarting the TeamViewer daemon." > fi > } > > function SetPasswd() > { >+ echo "Stop your teamviewer daemon first, then press enter." >+ read >+ > local pwd="$1" > [ -n "$pwd" ] || die 'no password specified' > >- Run_Daemon 'stop' > /dev/null >- > $TV_BIN_DIR/teamviewerd --passwd "$pwd" > case $? in > 0 ) echo 'ok' ;; >@@ -76,18 +65,18 @@ function SetPasswd() > * ) echo 'unknown response' ;; > esac > >- Run_Daemon 'start' || die 'failed to restart the daemon' >- echo >+ echo "You may start your teamviewer daemon again." > } > > function ExportLicense() > { >+ echo "Stop your teamviewer daemon first, then press enter." >+ read >+ > local license="$1" > local path='/tmp/tv_global.conf' > > [ -n "$license" ] || die 'no license specified' >- >- Run_Daemon 'stop' > /dev/null > > $TV_BIN_DIR/teamviewerd --export-license "$license" "$path" > case $? in >@@ -96,8 +85,7 @@ function ExportLicense() > * ) echo 'unknown response' ;; > esac > >- Run_Daemon 'start' || die 'failed to restart the daemon' >- echo >+ echo "You may start your teamviewer daemon again." > } > > function CreateZipLog() >diff --git a/opt/teamviewer9/tv_bin/script/tvw_main b/opt/teamviewer9/tv_bin/script/tvw_main >index cb4553a..7fe6571 100644 >--- a/opt/teamviewer9/tv_bin/script/tvw_main >+++ b/opt/teamviewer9/tv_bin/script/tvw_main >@@ -4,7 +4,6 @@ source "$TV_SCRIPT_DIR/tvw_aux" > source "$TV_SCRIPT_DIR/tvw_config" > source "$TV_SCRIPT_DIR/tvw_exec" > source "$TV_SCRIPT_DIR/tvw_extra" >-source "$TV_SCRIPT_DIR/tvw_daemon" > source "$TV_SCRIPT_DIR/tvw_profile" > > >@@ -19,7 +18,6 @@ function Main() > --help ) PrintHelp ;; > --version ) PrintVersion ;; > --info ) PrintInfo ;; >- --daemon ) Run_Daemon $opt ;; > --winecfg ) shift; Run_WineCfg "$@" ;; > --regedit ) shift; Run_RegEdit "$@" ;; > --kill ) Run_KillTeamViewer ;; >@@ -149,16 +147,3 @@ function Run_RegEdit() > Init > wine regedit "$@" > } >- >-function Run_Daemon() >-{ >- local opt="$1" >- >- case "$opt" in >- ( disable ) removeDaemon || rootSuggest ;; >- ( enable ) installDaemon || rootSuggest ;; >- ( start | stop | restart ) cmdDaemon $opt || rootSuggest ;; >- ( status ) cmdDaemon $opt ;; >- ( * ) echo "unknown option '$opt'" ;; >- esac >-}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 491770
:
366880
|
366882
|
366884
|
368322
|
368452
|
376832
|
376834
|
376840