mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Quieten ppp at startup.
This commit is contained in:
parent
63a9927353
commit
b6bc698bc1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=50063
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user