Toggle navigation
Toggle navigation
This project
Loading...
Sign in
UT
/
ipw
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
redmine
2014-05-15 20:09:36 +0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
392f6a26443b99c897a9e26646a9aa57a08612d2
392f6a26
1 parent
897bd143
Added gentoo init-script
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
gentoo/ipw
gentoo/ipw
0 → 100755
View file @
392f6a2
#!/sbin/runscript
# ipw start script
depend() {
provide net
}
start() {
IPW_CONFIG_PATH=/etc/conf.d/ipw ipw fix
}
stop() {
ipw down
}
...
...
Please
register
or
login
to post a comment