Quieten ppp at startup.

This commit is contained in:
Brian Somers 1999-08-19 21:15:16 +00:00
parent 63a9927353
commit b6bc698bc1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50063
7 changed files with 14 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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