summaryrefslogtreecommitdiffstats
path: root/src/ppp.subr
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/ppp.subr
parente9f9e4d54cb3afb6d78a12e85035a24d346c381d (diff)
downloadnetctl-3537beba0d91a4a7947f5439f695cbebff9e6f55.tar.gz
netctl-3537beba0d91a4a7947f5439f695cbebff9e6f55.tar.xz
fixed some cosmetic output issues due to missing newlines
Diffstat (limited to 'src/ppp.subr')
-rw-r--r--src/ppp.subr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppp.subr b/src/ppp.subr
index c05ebd7..b659881 100644
--- a/src/ppp.subr
+++ b/src/ppp.subr
@@ -6,7 +6,7 @@ ppp_up() {
/usr/sbin/pppd call $PEER updetach child-timeout $PPP_TIMEOUT linkname $(basename $PEER)
if [ $? -ne 0 ]; then
- err "pppd connection failed"
+ err_append "pppd connection failed"
exit 1
fi
}