Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
23771282
Commit
23771282
authored
Jul 04, 2001
by
Niels Möller
Browse files
* src/testsuite/functions.sh (spawn_lshd): Pass --no-syslog to
lshd, not --log-file. Rev: src/testsuite/functions.sh:1.16
parent
4ec81bec
Changes
1
Show whitespace changes
Inline
Side-by-side
src/testsuite/functions.sh
View file @
23771282
...
...
@@ -64,7 +64,7 @@ spawn_lshd () {
# the cwd, uses syslog, etc.
../lshd
-h
$HOSTKEY
--interface
=
$INTERFACE
-p
$PORT
$LSHD_FLAGS
\
--pid-file
$PIDFILE
--daemon
--
log-file
=
"
`
pwd
`
/lshd.
log
"
"
$@
"
--pid-file
$PIDFILE
--daemon
--
no-sys
log
"
$@
"
# lshd may catch the ordinary TERM signal, leading to timing
# problems when the next lshd process tries to bind the port.
...
...
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