Remove trailing whitespace

This commit is contained in:
Doug Barton 2003-10-13 08:20:55 +00:00
parent 9f29b7170b
commit 76f9428757
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121067
6 changed files with 12 additions and 12 deletions

View File

@ -49,7 +49,7 @@ atm3_start()
atm_nif=`atm sh netif | { read junk ; \
while read dev junk ; do
echo "${dev} "
done
done
}`
for net in ${atm_nif} ; do

View File

@ -29,7 +29,7 @@
# PROVIDE: initdiskless
# KEYWORD: FreeBSD
# On entry to this script the entire system consists of a read-only root
# mounted via NFS. We use the contents of /conf to create and populate
# memory filesystems. The kernel has run BOOTP and configured an interface
@ -149,7 +149,7 @@ done
echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
# Figure out our NFS root path
#
#
set `mount -t nfs`
while [ $# -ge 1 ] ; do
if [ "$2" = "on" -a "$3" = "/" ]; then
@ -160,7 +160,7 @@ while [ $# -ge 1 ] ; do
done
# Resolve templates in /conf/base, /conf/default, /conf/${bootp_ipbca},
# and /conf/${bootp_ipa}. For each subdirectory found within these
# and /conf/${bootp_ipa}. For each subdirectory found within these
# directories:
#
# - calculate memory filesystem sizes. If the subdirectory (prior to

View File

@ -81,7 +81,7 @@ ipfilter_start()
FreeBSD)
if [ `sysctl -n net.inet.ipf.fr_running` -eq 0 ]; then
${ipfilter_program:-/sbin/ipf} -E
fi
fi
${ipfilter_program:-/sbin/ipf} -Fa
if [ -r "${ipfilter_rules}" ]; then
${ipfilter_program:-/sbin/ipf} \

View File

@ -33,7 +33,7 @@ ipnat_precmd()
{
case ${OSTYPE} in
NetBSD)
if ! checkyesno ipfilter || [ ! -f /etc/ipf.conf ]; then
if ! checkyesno ipfilter || [ ! -f /etc/ipf.conf ]; then
echo "Enabling ipfilter for NAT."
/sbin/ipf -E -Fa
fi

View File

@ -63,7 +63,7 @@ jail_start()
{
echo -n 'Configuring jails:'
echo -n ' set_hostname_allowed='
if checkyesno jail_set_hostname_allow ; then
if checkyesno jail_set_hostname_allow ; then
echo -n 'YES'
${SYSCTL_W} 1>/dev/null security.jail.set_hostname_allowed=1
else
@ -72,7 +72,7 @@ jail_start()
fi
echo -n ' unixiproute_only='
if checkyesno jail_socket_unixiproute_only ; then
if checkyesno jail_socket_unixiproute_only ; then
echo -n 'YES'
${SYSCTL_W} 1>/dev/null security.jail.socket_unixiproute_only=1
else
@ -91,7 +91,7 @@ jail_start()
echo '.'
echo -n 'Starting Jails:'
for _jail in ${jail_list}
for _jail in ${jail_list}
do
init_variables $_jail
if checkyesno jail_devfs; then

View File

@ -29,7 +29,7 @@
# PROVIDE: initdiskless
# KEYWORD: FreeBSD
# On entry to this script the entire system consists of a read-only root
# mounted via NFS. We use the contents of /conf to create and populate
# memory filesystems. The kernel has run BOOTP and configured an interface
@ -149,7 +149,7 @@ done
echo "Interface ${bootp_ifc} IP-Address ${bootp_ipa} Broadcast ${bootp_ipbca}"
# Figure out our NFS root path
#
#
set `mount -t nfs`
while [ $# -ge 1 ] ; do
if [ "$2" = "on" -a "$3" = "/" ]; then
@ -160,7 +160,7 @@ while [ $# -ge 1 ] ; do
done
# Resolve templates in /conf/base, /conf/default, /conf/${bootp_ipbca},
# and /conf/${bootp_ipa}. For each subdirectory found within these
# and /conf/${bootp_ipa}. For each subdirectory found within these
# directories:
#
# - calculate memory filesystem sizes. If the subdirectory (prior to