summaryrefslogtreecommitdiffstats
path: root/src/netcfg
diff options
context:
space:
mode:
authorJames Rayner <james@archlinux.org>2007-11-10 01:05:11 +0100
committerJames Rayner <james@archlinux.org>2007-11-10 01:05:11 +0100
commit3537beba0d91a4a7947f5439f695cbebff9e6f55 (patch)
tree3b966652b7decf4d9e1a9919290ebae223e9f9f2 /src/netcfg
parente9f9e4d54cb3afb6d78a12e85035a24d346c381d (diff)
downloadnetctl-3537beba0d91a4a7947f5439f695cbebff9e6f55.tar.gz
netctl-3537beba0d91a4a7947f5439f695cbebff9e6f55.tar.xz
fixed some cosmetic output issues due to missing newlines
Diffstat (limited to 'src/netcfg')
-rw-r--r--src/netcfg6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/netcfg b/src/netcfg
index 9265cee..65cfc55 100644
--- a/src/netcfg
+++ b/src/netcfg
@@ -4,10 +4,14 @@
. /etc/rc.d/functions
. /usr/lib/network/network.subr
-err() {
+err_append() {
stat_append " - $*"
}
+err() {
+ printhl "$*"
+}
+
NETCFG_VER=2.0.0
PROFILE_DIR="/etc/network.d/"
SUBR_DIR="/usr/lib/network/"