Mailinglist Archive: opensuse-bugs (7763 mails)
| < Previous | Next > |
[Bug 223721] latest phpMyAdmin deletes configuration!
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Dec 2006 04:09:33 -0700 (MST)
- Message-id: <20061201110933.BB4A225C88A@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=223721
mmarek@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Info Provider|mhoppe@xxxxxxxxxx |meissner@xxxxxxxxxx
------- Comment #8 from mmarek@xxxxxxxxxx 2006-12-01 04:09 MST -------
Yes, mv config.inc.php libraries/config.inc.php was a mistake and I'm sorry for
that. I was just affraid that according to your comment #3 (old config in
rpmnew) there was another mistake.
Marcus, Anja, Harald: what to do now? Release anothe PMA update with
if test -f %{serverroot}%{name}/libraries/config.inc.php -a ! \
-f %{serverroot}%{name}/config.inc.php; then
mv %{serverroot}%{name}/libraries/config.inc.php %{serverroot}%{name}/
fi
in %post (as attached to bug 223725)? Or release a YOU script doing the same?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
mmarek@xxxxxxxxxx changed:
What |Removed |Added
----------------------------------------------------------------------------
Info Provider|mhoppe@xxxxxxxxxx |meissner@xxxxxxxxxx
------- Comment #8 from mmarek@xxxxxxxxxx 2006-12-01 04:09 MST -------
Yes, mv config.inc.php libraries/config.inc.php was a mistake and I'm sorry for
that. I was just affraid that according to your comment #3 (old config in
rpmnew) there was another mistake.
Marcus, Anja, Harald: what to do now? Release anothe PMA update with
if test -f %{serverroot}%{name}/libraries/config.inc.php -a ! \
-f %{serverroot}%{name}/config.inc.php; then
mv %{serverroot}%{name}/libraries/config.inc.php %{serverroot}%{name}/
fi
in %post (as attached to bug 223725)? Or release a YOU script doing the same?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |