aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/routing
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/routing')
-rw-r--r--etc/rc.d/routing2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index c4dcb81c04f2..00f62505b0fa 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -235,7 +235,7 @@ network_pass1() {
ppp_command="${ppp_command} ${ppp_profile}"
- echo -n "Starting ppp as \"${ppp_user}\""
+ echo "Starting ppp as \"${ppp_user}\""
su -m ${ppp_user} -c "exec ${ppp_command}"
;;
esac