Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
agent
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
7
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
734cd29e
authored
6 years ago
by
Czémán Arnold
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
openbsd: fix hostname setting
parent
68a70d11
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
openbsd/_openbsdcontext.py
+1
-1
No files found.
openbsd/_openbsdcontext.py
View file @
734cd29e
...
@@ -104,7 +104,7 @@ class Context(BaseContext):
...
@@ -104,7 +104,7 @@ class Context(BaseContext):
@staticmethod
@staticmethod
def
set_hostname
(
hostname
):
def
set_hostname
(
hostname
):
with
open
(
'/etc/myname'
,
'w'
)
as
f
:
with
open
(
'/etc/myname'
,
'w'
)
as
f
:
f
.
write
(
hostname
)
f
.
write
(
hostname
+
'
\n
'
)
with
open
(
'/etc/hosts'
,
'w'
)
as
f
:
with
open
(
'/etc/hosts'
,
'w'
)
as
f
:
f
.
write
(
"127.0.0.1 localhost
\n
"
f
.
write
(
"127.0.0.1 localhost
\n
"
...
...
This diff is collapsed.
Click to expand it.
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