Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
6c7869ab
Commit
6c7869ab
authored
Dec 24, 2017
by
Mihai Moldovan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testscripts/*: fix "randlomly" typos.
parent
34bef633
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
run-nxproxy2nxagent-on-localhost
testscripts/run-nxproxy2nxagent-on-localhost
+1
-1
run-nxproxy2nxagent-over-network
testscripts/run-nxproxy2nxagent-over-network
+1
-1
run-nxproxy2nxagent-over-sockets
testscripts/run-nxproxy2nxagent-over-sockets
+1
-1
run-nxproxy2nxproxy
testscripts/run-nxproxy2nxproxy
+1
-1
run-nxproxy2nxproxy-over-sockets
testscripts/run-nxproxy2nxproxy-over-sockets
+1
-1
No files found.
testscripts/run-nxproxy2nxagent-on-localhost
View file @
6c7869ab
...
...
@@ -41,7 +41,7 @@ NX_SYSTEM=${HOME}/.nx
NX_ROOT
=
${
HOME
}
/.nx
#
# This should be rand
l
omly generated.
# This should be randomly generated.
#
#NX_COOKIE=`xauth list |grep "${HOSTNAME}/unix:\<${NX_PORT}\>" | grep MIT | cut -f 5 -d ' '`
NX_COOKIE
=
123efa980d2cba234ef6f73deac810ff
...
...
testscripts/run-nxproxy2nxagent-over-network
View file @
6c7869ab
...
...
@@ -51,7 +51,7 @@ NX_SYSTEM=${HOME}/.nx
NX_ROOT
=
${
HOME
}
/.nx
#
# This should be rand
l
omly generated.
# This should be randomly generated.
#
#NX_COOKIE=`xauth list |grep "${HOSTNAME}/unix:\<${NX_PORT}\>" | grep MIT | cut -f 5 -d ' '`
NX_COOKIE
=
123efa980d2cba234ef6f73deac810ff
...
...
testscripts/run-nxproxy2nxagent-over-sockets
View file @
6c7869ab
...
...
@@ -40,7 +40,7 @@ NX_SYSTEM=${HOME}/.nx
NX_ROOT
=
${
HOME
}
/.nx
#
# This should be rand
l
omly generated.
# This should be randomly generated.
#
#NX_COOKIE=`xauth list |grep "${HOSTNAME}/unix:\<${NX_PORT}\>" | grep MIT | cut -f 5 -d ' '`
NX_COOKIE
=
123efa980d2cba234ef6f73deac810ff
...
...
testscripts/run-nxproxy2nxproxy
View file @
6c7869ab
...
...
@@ -40,7 +40,7 @@ NX_ROOT=${HOME}/.nx
mkdir
-p
"
${
NX_ROOT
}
"
#
# This should be rand
l
omly generated.
# This should be randomly generated.
#
NX_COOKIE
=
`
xauth
-n
list |grep
"
${
HOSTNAME
}
/unix:
${
NX_PORT
}
"
|
grep
MIT |
cut
-f
5
-d
' '
|
head
-n1
`
...
...
testscripts/run-nxproxy2nxproxy-over-sockets
View file @
6c7869ab
...
...
@@ -40,7 +40,7 @@ NX_ROOT=${HOME}/.nx
mkdir
-p
"
${
NX_ROOT
}
"
#
# This should be rand
l
omly generated.
# This should be randomly generated.
#
NX_COOKIE
=
`
xauth
-n
list |grep
"
${
HOSTNAME
}
/unix:
${
NX_PORT
}
"
|
grep
MIT |
cut
-f
5
-d
' '
|
head
-n1
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment