aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.network
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-06-10 16:21:56 +0000
committerBrian Somers <brian@FreeBSD.org>2001-06-10 16:21:56 +0000
commit4524e002f74a6ed682295a84fa497c0e6e4eda23 (patch)
tree3cc00b7cf29d5ebc7505ccb62f468c83a0e45bae /etc/rc.network
parent3a068c3b670680a00b00f60af1c18bc8ec5c2221 (diff)
Notes
Diffstat (limited to 'etc/rc.network')
-rw-r--r--etc/rc.network2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.network b/etc/rc.network
index c4dcb81c04f2..00f62505b0fa 100644
--- a/etc/rc.network
+++ b/etc/rc.network
@@ -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