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
cdcecd5a
Commit
cdcecd5a
authored
5 years ago
by
Danilo Spinella
Browse files
Options
Downloads
Patches
Plain Diff
rc.init,rc.shutdown: Remove bashisms
parent
8e12f2a6
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
+2
-2
2 additions, 2 deletions
skel/rc.init
skel/rc.shutdown
+1
-1
1 addition, 1 deletion
skel/rc.shutdown
with
3 additions
and
3 deletions
skel/rc.init
+
2
−
2
View file @
cdcecd5a
...
...
@@ -4,9 +4,9 @@
## the configuration file. By default /etc/66/init.conf or
## instructed by 66-boot via the -s option(see 66-boot documentation).
CONF
=
"
$1
"
source
"
$CONF
"
.
"
$CONF
"
echo
[
Starting stage2 process ...]
1>&
/dev/console
echo
[
Starting stage2 process ...]
>
/dev/console
2>&1
# initiate the database service
echo
[
Initiate db of tree
${
TREE
}
]
...
...
This diff is collapsed.
Click to expand it.
skel/rc.shutdown
+
1
−
1
View file @
cdcecd5a
...
...
@@ -4,7 +4,7 @@
## the configuration file. By default /etc/66/init.conf or
## instructed by 66-boot via the -s option(see 66-boot documentation).
CONF
=
"
$1
"
source
"
$CONF
"
.
"
$CONF
"
## By default the output goes to the uncaught-logs at
## /run/66/log/0/current
...
...
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