summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2009-08-12 08:13:20 +0000
committerTed Trask <ttrask01@yahoo.com>2009-08-12 08:13:20 +0000
commit083ad8d884ca4f67eea16cb1e446b8698c503d8f (patch)
tree0fc562476d2ac6be177eba509c9e2b0d3d169d3e
parent029b1058b59d9f17fe67234fabf9e1f9fb341254 (diff)
downloadacf-postfix-083ad8d884ca4f67eea16cb1e446b8698c503d8f.tar.bz2
acf-postfix-083ad8d884ca4f67eea16cb1e446b8698c503d8f.tar.xz
Aliases file moved, bumped to 0.2.1v0.2.1
-rw-r--r--Makefile2
-rw-r--r--postfix-model.lua2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b8ac0e5..ae64735 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
APP_NAME=postfix
PACKAGE=acf-$(APP_NAME)
-VERSION=0.2.0
+VERSION=0.2.1
APP_DIST=\
postfix* \
diff --git a/postfix-model.lua b/postfix-model.lua
index 639ede1..f05fa40 100644
--- a/postfix-model.lua
+++ b/postfix-model.lua
@@ -11,7 +11,7 @@ require("validator")
local processname = "postfix"
local packagename = "postfix"
local baseurl = "/etc/postfix/"
-local aliasesfile = "/etc/mail/aliases"
+local aliasesfile = "/etc/postfix/aliases"
local path = "PATH=/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/usr/sbin:/sbin "