create backup config file
This commit is contained in:
@@ -28,6 +28,7 @@ $Source$
|
|||||||
latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
|
latin1_spanish_ci (introduced with MySQL 4.1.2) is now described
|
||||||
correctly.
|
correctly.
|
||||||
* lang/german-*.inc.php: Updates.
|
* lang/german-*.inc.php: Updates.
|
||||||
|
* scripts/create-release.sh: Create backup config file (RFE #968177).
|
||||||
|
|
||||||
2004-06-06 Garvin Hicking <me@supergarv.de>
|
2004-06-06 Garvin Hicking <me@supergarv.de>
|
||||||
* libraries/display_tbl.lib.php, libraries/functions.js,
|
* libraries/display_tbl.lib.php, libraries/functions.js,
|
||||||
|
@@ -2,6 +2,9 @@
|
|||||||
#
|
#
|
||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
# 2004-06-07 rabus@users.sourceforge.net
|
||||||
|
# - create backup config file
|
||||||
|
#
|
||||||
# 2004-04-29, lem9@users.sourceforge.net:
|
# 2004-04-29, lem9@users.sourceforge.net:
|
||||||
# - keep only the previous cvs directory created
|
# - keep only the previous cvs directory created
|
||||||
#
|
#
|
||||||
@@ -165,6 +168,9 @@ find phpMyAdmin \( -name '*.sh' -o -name '*.pl' \) -print0 | xargs -0 chmod 755
|
|||||||
# Building Documentation.txt
|
# Building Documentation.txt
|
||||||
lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
|
lynx --dont_wrap_pre --nolist --dump phpMyAdmin/Documentation.html > phpMyAdmin/Documentation.txt
|
||||||
|
|
||||||
|
# Creating a backup config.inc.php
|
||||||
|
cp phpMyAdmin/config.inc.php phpMyAdmin/config.default
|
||||||
|
|
||||||
# Renaming directory
|
# Renaming directory
|
||||||
mv phpMyAdmin phpMyAdmin-$target
|
mv phpMyAdmin phpMyAdmin-$target
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user