From a75a7409ef7d938377de1af33bf02d2083c3ae26 Mon Sep 17 00:00:00 2001 From: dougb Date: Mon, 13 Oct 2003 08:20:55 +0000 Subject: Remove trailing whitespace --- etc/rc.d/atm3 | 2 +- etc/rc.d/initdiskless | 6 +++--- etc/rc.d/ipfilter | 2 +- etc/rc.d/ipnat | 2 +- etc/rc.d/jail | 6 +++--- etc/rc.initdiskless | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) (limited to 'etc') diff --git a/etc/rc.d/atm3 b/etc/rc.d/atm3 index df4c98c..51e3755 100644 --- a/etc/rc.d/atm3 +++ b/etc/rc.d/atm3 @@ -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 diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless index 3429d29..513052a 100644 --- a/etc/rc.d/initdiskless +++ b/etc/rc.d/initdiskless @@ -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 diff --git a/etc/rc.d/ipfilter b/etc/rc.d/ipfilter index eec5a64..68c0664 100755 --- a/etc/rc.d/ipfilter +++ b/etc/rc.d/ipfilter @@ -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} \ diff --git a/etc/rc.d/ipnat b/etc/rc.d/ipnat index 9285348..2d17c92 100755 --- a/etc/rc.d/ipnat +++ b/etc/rc.d/ipnat @@ -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 diff --git a/etc/rc.d/jail b/etc/rc.d/jail index 25e59a4..a4b0f3e 100644 --- a/etc/rc.d/jail +++ b/etc/rc.d/jail @@ -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 diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index 3429d29..513052a 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -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 -- cgit v1.1