mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
fb191ae2ab
- Reduce the sleep time in pkg-warning - Make direct dependency on mysqld [1] PR: ports/159543 [1] Submitted by: dougb@ [1]
20 lines
487 B
Bash
20 lines
487 B
Bash
#! /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
|
|
|