aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-07-01 17:14:15 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2013-07-03 07:43:13 +0000
commitbc9e98b98e1b54a359eacc1e7426901165b51a4b (patch)
treed1dcf1288cfbe389d298ff786e6f86d657bcb865
parent4954634c054758d170777500a3ac1a2d7e0d6191 (diff)
downloadalpine-conf-bc9e98b98e1b54a359eacc1e7426901165b51a4b.tar.bz2
alpine-conf-bc9e98b98e1b54a359eacc1e7426901165b51a4b.tar.xz
libalpine: reword some messages
-rw-r--r--libalpine.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/libalpine.sh.in b/libalpine.sh.in
index adfacb6..a03deb3 100644
--- a/libalpine.sh.in
+++ b/libalpine.sh.in
@@ -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 acailable network interfaces thats not part of any bridge or bond
+# list of available network interfaces that aren't part of any bridge or bond
available_ifaces() {
local iflist= ifpath= iface= i=
sorted_ifindexes=$(