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
6f3fd27f
Commit
6f3fd27f
authored
Oct 30, 2018
by
Josh Soref
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
spelling: container
Signed-off-by:
Josh Soref
<
jsoref@gmail.com
>
parent
c0125e79
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
conf.c
src/lxc/conf.c
+1
-1
lxc_autostart.c
src/lxc/tools/lxc_autostart.c
+1
-1
No files found.
src/lxc/conf.c
View file @
6f3fd27f
...
@@ -4360,7 +4360,7 @@ on_error:
...
@@ -4360,7 +4360,7 @@ on_error:
* - the container root {g,u}id as seen from the host > user's host {g,u}id
* - the container root {g,u}id as seen from the host > user's host {g,u}id
* - the container root -> some sub{g,u}id
* - the container root -> some sub{g,u}id
* The former we add, if the user did not specifiy a mapping. The latter we
* The former we add, if the user did not specifiy a mapping. The latter we
* retrieve from the ontainer's configured {g,u}id mappings as it must have been
* retrieve from the
c
ontainer's configured {g,u}id mappings as it must have been
* there to start the container in the first place.
* there to start the container in the first place.
*/
*/
int
userns_exec_1
(
struct
lxc_conf
*
conf
,
int
(
*
fn
)(
void
*
),
void
*
data
,
int
userns_exec_1
(
struct
lxc_conf
*
conf
,
int
(
*
fn
)(
void
*
),
void
*
data
,
...
...
src/lxc/tools/lxc_autostart.c
View file @
6f3fd27f
...
@@ -417,7 +417,7 @@ int main(int argc, char *argv[])
...
@@ -417,7 +417,7 @@ int main(int argc, char *argv[])
}
}
}
}
/* We have a candidate continer to process */
/* We have a candidate cont
a
iner to process */
c
->
want_daemonize
(
c
,
1
);
c
->
want_daemonize
(
c
,
1
);
if
(
my_args
.
shutdown
)
{
if
(
my_args
.
shutdown
)
{
...
...
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