blob: 3a5c4de7a1ebb46aa4513ab728c12bc04b233cdb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#! /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 5
|