From 8633e3d6ad2f1fd5eaa4ae794a37594fb68b8600 Mon Sep 17 00:00:00 2001 From: brian Date: Sun, 10 Jun 2001 16:21:56 +0000 Subject: Add a missing \n Submitted by: Andre Albsmeier PR: 28014 MFC after: 1 week --- etc/rc.d/netoptions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/rc.d/netoptions') diff --git a/etc/rc.d/netoptions b/etc/rc.d/netoptions index c4dcb81..00f6250 100644 --- a/etc/rc.d/netoptions +++ b/etc/rc.d/netoptions @@ -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 -- cgit v1.1