Update of /cvs/scoop/scoop/scripts
In directory lithium.sabren.com:/tmp/cvs-serv21451
Modified Files:
upgrade-db.pl
Log Message:
Ack. This wasn't ready to get committed yet. -j
Index: upgrade-db.pl
===================================================================
RCS file: /cvs/scoop/scoop/scripts/upgrade-db.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** upgrade-db.pl 28 Apr 2006 17:47:10 -0000 1.15
--- upgrade-db.pl 28 Apr 2006 18:45:03 -0000 1.16
***************
*** 101,112 ****
=pod
! 5) Backup db before applying patches
! 6) get and apply latest patches
! 7) cleanup
=cut
- &backup_db;
-
if( $VERBOSE ) {
print "I will now try to apply all of the patches I find. If this is
--- 101,109 ----
=pod
! 5) get and apply latest patches
! 6) cleanup
=cut
if( $VERBOSE ) {
print "I will now try to apply all of the patches I find. If this is
***************
*** 544,555 ****
return $rv;
}
-
- # db backup func. Backs up the existing database, assuming the user wants to.
- # You *do* want to do this before you install all those patches, right?
-
- sub backup_db {
-
-
- }
sub usage {
--- 541,544 ----