Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
bc9e98b9
Commit
bc9e98b9
authored
Jul 01, 2013
by
Dubiousjim
Committed by
Natanael Copa
Jul 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libalpine: reword some messages
parent
4954634c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
libalpine.sh.in
libalpine.sh.in
+3
-3
No files found.
libalpine.sh.in
View file @
bc9e98b9
...
...
@@ -52,12 +52,12 @@ init_tmpdir() {
}
pkg_inst() {
eecho "
warning
: pkg_inst is deprecated. Use
'apk add --quiet'
in
script
"
eecho "
WARNING
: pkg_inst is deprecated. Use
'apk add --quiet'
in
script
"
[ -z "
$NOCOMMIT
" ] && apk add --quiet
$*
}
pkg_deinst() {
eecho "
warning
: pkg_deinst is deprecated. Use
'apk del --quiet'
in
script
"
eecho "
WARNING
: pkg_deinst is deprecated. Use
'apk del --quiet'
in
script
"
[ -z "
$NOCOMMIT
" ] && apk del --quiet
$*
}
...
...
@@ -92,7 +92,7 @@ is_xen_dom0() {
grep -q "
control_d
" /proc/xen/capabilities
}
# list of a
cailable network interfaces thats no
t part of any bridge or bond
# list of a
vailable network interfaces that aren'
t part of any bridge or bond
available_ifaces() {
local iflist= ifpath= iface= i=
sorted_ifindexes=
$(
...
...
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