Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
snf-image
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
itminedu
snf-image
Commits
9e8db27f
Commit
9e8db27f
authored
11 years ago
by
Nikos Skalkotos
Browse files
Options
Downloads
Patches
Plain Diff
Fix a function name typo in AssignHostname task
parent
b0e6727c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
snf-image-helper/tasks/50AssignHostname.in
+1
-1
1 addition, 1 deletion
snf-image-helper/tasks/50AssignHostname.in
with
1 addition
and
1 deletion
snf-image-helper/tasks/50AssignHostname.in
+
1
−
1
View file @
9e8db27f
...
@@ -118,7 +118,7 @@ openbsd_hostname() {
...
@@ -118,7 +118,7 @@ openbsd_hostname() {
echo
"
$hostname
"
>
"
$target
/etc/myname"
echo
"
$hostname
"
>
"
$target
/etc/myname"
}
}
netbsd_host
st
ame
()
{
netbsd_host
n
ame
()
{
local
target
hostname
local
target
hostname
target
=
"
$1
"
target
=
"
$1
"
hostname
=
"
$2
"
hostname
=
"
$2
"
...
...
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