summaryrefslogtreecommitdiffstats
path: root/src/netcfg
diff options
context:
space:
mode:
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/"