summaryrefslogtreecommitdiffstats
path: root/etc/network.subr
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-08-19 21:15:16 +0000
committerbrian <brian@FreeBSD.org>1999-08-19 21:15:16 +0000
commit0ee9b6851f1bbc585571547e3ba68ab00d2bdf8e (patch)
tree2cbd29a403705351a43a9fc10f485a4edd79eb3b /etc/network.subr
parent44e41869e36742b8a05e2d7ed3409e5dfcf76b06 (diff)
downloadFreeBSD-src-0ee9b6851f1bbc585571547e3ba68ab00d2bdf8e.zip
FreeBSD-src-0ee9b6851f1bbc585571547e3ba68ab00d2bdf8e.tar.gz
Quieten ppp at startup.
Diffstat (limited to 'etc/network.subr')
-rw-r--r--etc/network.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/network.subr b/etc/network.subr
index ba40c16..1c2529d 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.network,v 1.52 1999/07/26 15:17:23 brian Exp $
+# $Id: rc.network,v 1.53 1999/08/10 09:45:31 des Exp $
# From: @(#)netstart 5.9 (Berkeley) 3/30/91
# Note that almost all the user-configurable behavior is no longer in
@@ -110,7 +110,7 @@ network_pass1() {
ppp_command="${ppp_command} -alias";
fi
- echo -n 'Starting ppp: '; ppp ${ppp_command} ${ppp_profile}
+ echo -n 'Starting ppp: '; ppp ${ppp_command} -quiet ${ppp_profile}
fi
# Initialize IP filtering using ipfw
OpenPOWER on IntegriCloud