Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
a97177c5
Commit
a97177c5
authored
Apr 28, 1999
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(muxport): Removed.
(lyskomd_start): Don't set "Mux port" in the config file.
parent
b7a196af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
src/server/testsuite/config/unix.exp
src/server/testsuite/config/unix.exp
+0
-3
No files found.
src/server/testsuite/config/unix.exp
View file @
a97177c5
...
...
@@ -21,7 +21,6 @@ set maxint 2147483647
# These magic numbers are also present in the file
# src/server/testsuite/config/Makefile.am
set clientport 53262
set muxport 53263
set aux_item_default_conf_file "$top_srcdir/run-support/aux-items.conf"
...
...
@@ -183,7 +182,6 @@ proc lyskomd_start {{aux_item_conf_file ""} {extra_config ""}} {
global expect_always
global srcdir
global clientport
global muxport
global aux_item_default_conf_file
global lyskomd_pid
global top_srcdir
...
...
@@ -206,7 +204,6 @@ proc lyskomd_start {{aux_item_conf_file ""} {extra_config ""}} {
set cf [open "config/lyskomd-config" "w"]
puts $cf "Client port: $clientport"
puts $cf "Mux port: $muxport"
puts $cf "Prefix: [pwd]"
puts $cf "Aux-item definition file: $aux_item_conf_file"
puts $cf $extra_config
...
...
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