summaryrefslogtreecommitdiffstats
path: root/etc/rc.d
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2003-10-13 08:20:55 +0000
committerdougb <dougb@FreeBSD.org>2003-10-13 08:20:55 +0000
commita75a7409ef7d938377de1af33bf02d2083c3ae26 (patch)
tree954c45f67c034f6b2a51f185e695d386dfef796c /etc/rc.d
parentb68b14f3787731d9649bfae60b47572ce367c6a0 (diff)
downloadFreeBSD-src-a75a7409ef7d938377de1af33bf02d2083c3ae26.zip
FreeBSD-src-a75a7409ef7d938377de1af33bf02d2083c3ae26.tar.gz
Remove trailing whitespace
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/atm32
-rw-r--r--etc/rc.d/initdiskless6
-rwxr-xr-xetc/rc.d/ipfilter2
-rwxr-xr-xetc/rc.d/ipnat2
-rw-r--r--etc/rc.d/jail6
5 files changed, 9 insertions, 9 deletions
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
OpenPOWER on IntegriCloud