Author: dj
Date: 2005-07-08 18:46:26 -0600 (Fri, 08 Jul 2005)
New Revision: 4697
Removed:
trunk/bootscripts/README.release
trunk/bootscripts/release.sh
Modified:
trunk/bootscripts/ChangeLog
Log:
cleanup
Modified: trunk/bootscripts/ChangeLog
===================================================================
--- trunk/bootscripts/ChangeLog 2005-07-09 00:41:41 UTC (rev 4696)
+++ trunk/bootscripts/ChangeLog 2005-07-09 00:46:26 UTC (rev 4697)
@@ -1,3 +1,7 @@
+2005-07-08 DJ Lucas <[EMAIL PROTECTED]>
+ * Moved all scripts to use new functions provided by
+ lfs-bootscripts-3.2.1.
+
2005-06-26 DJ Lucas <[EMAIL PROTECTED]>
* Added uninstall targets to Makefile. Patch provided by
Matthias Berndt.
@@ -4,11 +8,11 @@
2005-06-13 Igor Zivkovic <[EMAIL PROTECTED]>
* Corrected the MySQL script to make it compatible with the new LFS
- boot scripts (Jay D. McHugh).
+ boot scripts (Jay D. McHugh).
2005-05-31 Randy McMurchy <[EMAIL PROTECTED]>
* Removed explicit path from GDM script commands so that the commands
- will work no matter where $GNOME_PREFIX is.
+ will work no matter where $GNOME_PREFIX is.
2005-05-30 Randy McMurchy <[EMAIL PROTECTED]>
* Updated GDM script to GNOME-2.10.
Deleted: trunk/bootscripts/README.release
===================================================================
--- trunk/bootscripts/README.release 2005-07-09 00:41:41 UTC (rev 4696)
+++ trunk/bootscripts/README.release 2005-07-09 00:46:26 UTC (rev 4697)
@@ -1,5 +0,0 @@
-To create a dated tarball, simple run release.sh, optionally add a release
value.
-Must be run as root!!!
-
-ex: $ /bin/bash release.sh [6.0]
-
Deleted: trunk/bootscripts/release.sh
===================================================================
--- trunk/bootscripts/release.sh 2005-07-09 00:41:41 UTC (rev 4696)
+++ trunk/bootscripts/release.sh 2005-07-09 00:46:26 UTC (rev 4697)
@@ -1,39 +0,0 @@
-#!/bin/bash
-# Creates a dated (or released tarball)
-
-if [ ! $UID = "0" ]
-then
- echo "This script must be run as root!!!"
- exit 1
-else
-
-if [ -n "$1" ]
-then
- RELEASE=$1
-else
- RELEASE=`date +%Y%m%d`
-fi
-
-ORPWD=$PWD
-RTPWD=$ORPWD/../blfs-bootscripts-$RELEASE
-
-cp -a $ORPWD $RTPWD &&
-rm -f $RTPWD/{README.release,release.sh} &&
-rm -rf $RTPWD/.svn &&
-rm -rf $RTPWD/blfs/.svn &&
-rm -rf $RTPWD/blfs/init.d/.svn &&
-rm -rf $RTPWD/blfs/sysconfig/.svn &&
-rm -rf $RTPWD/blfs/sysconfig/network-devices/.svn &&
-rm -rf $RTPWD/blfs/sysconfig/network-devices/services/.svn &&
-chown root:root -R $RTPWD &&
-chmod 644 -R $RTPWD &&
-cd .. &&
-chmod 766 blfs-bootscripts-$RELEASE &&
-chmod 755
blfs-bootscripts-$RELEASE/{,blfs{,/init.d,/sysconfig{,/network-devices{,/services}}}}
&&
-tar -cf $ORPWD/blfs-bootscripts-$RELEASE.tar blfs-bootscripts-$RELEASE/ &&
-cd $ORPWD &&
-bzip2 -9 $ORPWD/blfs-bootscripts-$RELEASE.tar &&
-echo "blfs-bootscripts-$RELEASE.tar.bz2 created successfully"
-
-fi
-# End
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page