Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
6
66
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eric Vidal
66
Commits
8a4c5f0a
Commit
8a4c5f0a
authored
4 years ago
by
Eric Vidal
Browse files
Options
Downloads
Patches
Plain Diff
do not launch ISHELL, let the sysadmin doing this by the boot services set
parent
13fbbe09
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
skel/rc.init
+0
-2
0 additions, 2 deletions
skel/rc.init
src/lib66/ssexec_enable.c
+1
-1
1 addition, 1 deletion
src/lib66/ssexec_enable.c
with
1 addition
and
3 deletions
skel/rc.init
+
0
−
2
View file @
8a4c5f0a
...
...
@@ -21,6 +21,4 @@ if -n {
if { 66-echo -- "rc.init: fatal: please see the log at ${LIVE}/log/0/current" }
foreground { ${ISHELL} }
exit 111
This diff is collapsed.
Click to expand it.
src/lib66/ssexec_enable.c
+
1
−
1
View file @
8a4c5f0a
...
...
@@ -86,7 +86,7 @@ void start_write(stralloc *tostart,unsigned int *nclassic,unsigned int *nlongrun
char
*
name
;
r
=
write_services
(
sv
,
workdir
,
FORCE
,
CONF
)
;
if
(
!
r
)
if
(
!
r
)
{
/** reimplement cleanup() here, it called by 66-update which
* not define the workdir stralloc. In case of crash we get
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment