From 04bc01ee42723f18483af5b6574ed87510f00ba2 Mon Sep 17 00:00:00 2001 From: rwatson Date: Thu, 17 Jan 2002 00:10:28 +0000 Subject: o Improve the line-wrapping of additional comments, some of which appeared to be wrapped around 60, others around 40 columns. --- etc/rc.d/initdiskless | 27 +++++++++++---------------- etc/rc.diskless1 | 27 +++++++++++---------------- etc/rc.initdiskless | 27 +++++++++++---------------- 3 files changed, 33 insertions(+), 48 deletions(-) diff --git a/etc/rc.d/initdiskless b/etc/rc.d/initdiskless index 244055e..30b4e4f 100644 --- a/etc/rc.d/initdiskless +++ b/etc/rc.d/initdiskless @@ -100,15 +100,13 @@ chkerr $? "MFS mount on /etc" /bin/cp -Rp /conf/default/etc/* /etc chkerr $? "cp /conf/default/etc to /etc MFS" -# Allow for override files to replace files in /etc. Use /conf/*/etc -# to find the override files. First choice is default files that -# always override, then files that from the directory that matches the -# client's broadcast address, finally followed by overrides that match -# the client's IP address. -# -# This way we have some flexibility to handle clusters of machines -# on separate subnets. +# Allow for override files to replace files in /etc. Use /conf/*/etc to find +# the override files. First choice is default files that # always override, +# then files that from the directory that matches the client's broadcast +# address, finally followed by overrides that match the client's IP address. # +# This way we have some flexibility to handle clusters of machines on +# separate subnets. for i in ${bootp_ipbca} ${bootp_ipa} ; do if [ -d /conf/${i}/etc ]; then @@ -116,14 +114,11 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do fi done -# Tell /etc/rc to run the specified script after -# it does its mounts but before it does anything -# else. +# Tell /etc/rc to run the specified script after it does its mounts but +# before it does anything else. # -# This script is responsible for setting up the -# diskless mount environment. This can be -# overriden by /conf/ME/rc.conf.local if, for -# example, you do not want to run the standard -# system /etc/rc.diskless2 +# This script is responsible for setting up the diskless mount environment. +# This can be overriden by /conf/ME/rc.conf.local if, for example, you do not +# want to run the standard system /etc/rc.diskless2 diskless_mount="/etc/rc.diskless2" diff --git a/etc/rc.diskless1 b/etc/rc.diskless1 index 244055e..30b4e4f 100644 --- a/etc/rc.diskless1 +++ b/etc/rc.diskless1 @@ -100,15 +100,13 @@ chkerr $? "MFS mount on /etc" /bin/cp -Rp /conf/default/etc/* /etc chkerr $? "cp /conf/default/etc to /etc MFS" -# Allow for override files to replace files in /etc. Use /conf/*/etc -# to find the override files. First choice is default files that -# always override, then files that from the directory that matches the -# client's broadcast address, finally followed by overrides that match -# the client's IP address. -# -# This way we have some flexibility to handle clusters of machines -# on separate subnets. +# Allow for override files to replace files in /etc. Use /conf/*/etc to find +# the override files. First choice is default files that # always override, +# then files that from the directory that matches the client's broadcast +# address, finally followed by overrides that match the client's IP address. # +# This way we have some flexibility to handle clusters of machines on +# separate subnets. for i in ${bootp_ipbca} ${bootp_ipa} ; do if [ -d /conf/${i}/etc ]; then @@ -116,14 +114,11 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do fi done -# Tell /etc/rc to run the specified script after -# it does its mounts but before it does anything -# else. +# Tell /etc/rc to run the specified script after it does its mounts but +# before it does anything else. # -# This script is responsible for setting up the -# diskless mount environment. This can be -# overriden by /conf/ME/rc.conf.local if, for -# example, you do not want to run the standard -# system /etc/rc.diskless2 +# This script is responsible for setting up the diskless mount environment. +# This can be overriden by /conf/ME/rc.conf.local if, for example, you do not +# want to run the standard system /etc/rc.diskless2 diskless_mount="/etc/rc.diskless2" diff --git a/etc/rc.initdiskless b/etc/rc.initdiskless index 244055e..30b4e4f 100644 --- a/etc/rc.initdiskless +++ b/etc/rc.initdiskless @@ -100,15 +100,13 @@ chkerr $? "MFS mount on /etc" /bin/cp -Rp /conf/default/etc/* /etc chkerr $? "cp /conf/default/etc to /etc MFS" -# Allow for override files to replace files in /etc. Use /conf/*/etc -# to find the override files. First choice is default files that -# always override, then files that from the directory that matches the -# client's broadcast address, finally followed by overrides that match -# the client's IP address. -# -# This way we have some flexibility to handle clusters of machines -# on separate subnets. +# Allow for override files to replace files in /etc. Use /conf/*/etc to find +# the override files. First choice is default files that # always override, +# then files that from the directory that matches the client's broadcast +# address, finally followed by overrides that match the client's IP address. # +# This way we have some flexibility to handle clusters of machines on +# separate subnets. for i in ${bootp_ipbca} ${bootp_ipa} ; do if [ -d /conf/${i}/etc ]; then @@ -116,14 +114,11 @@ for i in ${bootp_ipbca} ${bootp_ipa} ; do fi done -# Tell /etc/rc to run the specified script after -# it does its mounts but before it does anything -# else. +# Tell /etc/rc to run the specified script after it does its mounts but +# before it does anything else. # -# This script is responsible for setting up the -# diskless mount environment. This can be -# overriden by /conf/ME/rc.conf.local if, for -# example, you do not want to run the standard -# system /etc/rc.diskless2 +# This script is responsible for setting up the diskless mount environment. +# This can be overriden by /conf/ME/rc.conf.local if, for example, you do not +# want to run the standard system /etc/rc.diskless2 diskless_mount="/etc/rc.diskless2" -- cgit v1.1