aboutsummaryrefslogtreecommitdiff
path: root/www/mod_accounting/pkg-message
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_accounting/pkg-message')
-rw-r--r--www/mod_accounting/pkg-message12
1 files changed, 0 insertions, 12 deletions
diff --git a/www/mod_accounting/pkg-message b/www/mod_accounting/pkg-message
deleted file mode 100644
index 1d4bcb120ed5..000000000000
--- a/www/mod_accounting/pkg-message
+++ /dev/null
@@ -1,12 +0,0 @@
-----------------------------------------------------------------
-mod_accounting is now installed on your system
-You can find a SQL example schema to use mod_accounting here :
-${PREFIX}/share/mod_accounting/schema.sql
-
-Create the database [you must have compiled support the database]
-
-To install it with MySQL use the following command:
- mysql <database> < schema.sql
-For PostgreSQL:
- psql <database> < schema.sql
-----------------------------------------------------------------