Package: vmm / 0.6.2-1

0002-Debianise-install-instructions.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
From: "martin f. krafft" <madduck@debian.org>
Date: Sun, 25 Aug 2013 07:55:30 +0200
Subject: Debianise install instructions

The installation instructions aren't applicable to users of the Debian
packages and hence need a work-over.

Signed-Off-By: martin f. krafft <madduck@debian.org>
Signed-off-by: martin f. krafft <madduck@madduck.net>
---
 INSTALL | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/INSTALL b/INSTALL
index 52e0789..f84fb39 100644
--- a/INSTALL
+++ b/INSTALL
@@ -75,15 +75,15 @@ Configuring PostgreSQL
     # connect to the new database
     psql mailsys vmm -W -h 127.0.0.1
     # either import the database structure for Dovecot v1.0.x/v1.1.x
-    \i vmm-y.x.z/pgsql/create_tables.pgsql
+    \i /usr/share/doc/vmm/examples/pgsql/create_tables.pgsql
     # or import the database structure for Dovecot v1.2.x/v2.x
-    \i vmm-x.y.z/pgsql/create_tables-dovecot-1.2.x.pgsql
+    \i /usr/share/doc/vmm/examples/pgsql/create_tables-dovecot-1.2.x.pgsql
     # leave psql
     \q
 
     # set permissions for your Dovecot and Postfix users
     # see python set-permissions.py -h for details
-    python vmm-x.y.z/pgsql/set-permissions.py -a -H 127.0.0.1 -U vmm
+    python /usr/share/doc/vmm/examples/pgsql/set-permissions.py -a -H 127.0.0.1 -U vmm
 
 Create directory for your mails
   mkdir /srv/mail
@@ -208,7 +208,7 @@ Configuring Postfix's main.cf
 
 Installing the Virtual Mail Manager and configure the rest
 
-    Installing from Mercurial or vmm-x.y.z.tar.gz
+    Installing from Mercurial
     after cloning from the hg repo or extracting the archive change into the
     new directory and type:
         ./install.sh