20 lines
488 B
Text
20 lines
488 B
Text
|
#! /bin/sh
|
||
|
|
||
|
# $FreeBSD: ports/databases/www/b2evolution/pkg-warning
|
||
|
|
||
|
echo "
|
||
|
|
||
|
=========== BACKUP YOUR DATA! =============
|
||
|
If you upgrade from b2evolution version prior to 2.0,
|
||
|
backup by hand all your b2evolution files and your database
|
||
|
before upgrading, as described at
|
||
|
http://manual.b2evolution.net/Upgrade_from_an_older_version
|
||
|
This is *NOT* done by the port!
|
||
|
|
||
|
Press ctrl-C *now* if you need to backup by hand.
|
||
|
===========================================
|
||
|
|
||
|
"
|
||
|
sleep 10
|
||
|
|