Changed the FSF's address in the license. Removed a test for whether to run the LVM scripts.

This commit is contained in:
ccurley 2007-07-08 17:15:38 +00:00
parent cca84db6ee
commit 8d0e4f5366
1 changed files with 6 additions and 5 deletions

View File

@ -5,7 +5,7 @@
# only option is -c, which forces bad block checking during formatting
# of the partitions.
# Time-stamp: <2006-04-05 20:35:39 ccurley first.stage>
# Time-stamp: <2007-07-06 13:31:08 ccurley first.stage>
# Copyright 2002 through the last date of modification Charles Curley.
@ -19,9 +19,10 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA
# You can also contact the Free Software Foundation at http://www.fsf.org/
@ -49,7 +50,7 @@ done
# If there are any LVM volumes, now is the time to restore them.
if [ -e LVM.backs ] && [ -e make.lvs ] && [ -e mount.lvs ]
if [ -e make.lvs ] && [ -e mount.lvs ]
then
echo make.lvs$'\a'
sleep 2