Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
0830689d
Commit
0830689d
authored
Jun 16, 2010
by
Panagiotis H.M. Issaris
Committed by
Daniel Lezcano
Jun 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Forgotten @LIBEXECDIR@ replacement
Forgotten part of commit
d674be08
Signed-off-by:
Panagiotis H.M. Issaris
<
takis@issaris.org
>
Signed-off-by:
Daniel Lezcano
<
dlezcano@fr.ibm.com
>
parent
4d67c130
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lxc-sshd.in
templates/lxc-sshd.in
+2
-2
No files found.
templates/lxc-sshd.in
View file @
0830689d
...
@@ -149,7 +149,7 @@ fi
...
@@ -149,7 +149,7 @@ fi
if
[
$0
==
"/sbin/init"
]
;
then
if
[
$0
==
"/sbin/init"
]
;
then
type
@L
IBEXEC
DIR@/lxc-init
type
@L
XCINIT
DIR@/lxc-init
if
[
$?
-ne
0
]
;
then
if
[
$?
-ne
0
]
;
then
echo
"'lxc-init is not accessible on the system"
echo
"'lxc-init is not accessible on the system"
exit
1
exit
1
...
@@ -161,7 +161,7 @@ if [ $0 == "/sbin/init" ]; then
...
@@ -161,7 +161,7 @@ if [ $0 == "/sbin/init" ]; then
exit
1
exit
1
fi
fi
exec
@L
IBEXEC
DIR@/lxc-init
--
/usr/sbin/sshd
exec
@L
XCINIT
DIR@/lxc-init
--
/usr/sbin/sshd
exit
1
exit
1
fi
fi
...
...
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