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
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
1ce62058
authored
Dec 17, 2014
by
Oliver Pinter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
much more log....
parent
cee84296
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
bootstrap-freebsd.sh
+2
-0
freebsd/_freebsdcontext.py
+1
-0
No files found.
bootstrap-freebsd.sh
View file @
1ce62058
#!/bin/sh
#!/bin/sh
setenv LOGLEVEL DEBUG
pkg install
-y
devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite
pkg install
-y
devel/git lang/python devel/py-pip sysutils/screen editors/vim-lite
grep
"^cloud:"
/etc/passwd
>
/dev/null
grep
"^cloud:"
/etc/passwd
>
/dev/null
...
...
freebsd/_freebsdcontext.py
View file @
1ce62058
...
@@ -80,6 +80,7 @@ class Context(BaseContext):
...
@@ -80,6 +80,7 @@ class Context(BaseContext):
@staticmethod
@staticmethod
def
restart_networking
():
def
restart_networking
():
logger
.
debug
(
"restart_networking"
)
subprocess
.
call
([
'/usr/sbin/service'
,
'netif'
,
'restart'
])
subprocess
.
call
([
'/usr/sbin/service'
,
'netif'
,
'restart'
])
@staticmethod
@staticmethod
...
...
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