summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--postfix-details-html.lsp2
-rw-r--r--postfix-listfiles-html.lsp2
-rw-r--r--postfix-listqueue-html.lsp2
-rw-r--r--postfix-model.lua4
5 files changed, 6 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index f57450b..ba35562 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ APP_DIST=\
EXTRA_DIST=README Makefile config.mk
-DISTFILES=$(APP_DIST) $(EXTRA_DIST)
+DISTFILES=$(APP_DIST) $(EXTRA_DIST)
TAR=tar
diff --git a/postfix-details-html.lsp b/postfix-details-html.lsp
index d261b13..3f0300f 100644
--- a/postfix-details-html.lsp
+++ b/postfix-details-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary = ...
+<% local data, viewlibrary = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/postfix-listfiles-html.lsp b/postfix-listfiles-html.lsp
index 8549820..3cb7160 100644
--- a/postfix-listfiles-html.lsp
+++ b/postfix-listfiles-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/postfix-listqueue-html.lsp b/postfix-listqueue-html.lsp
index 2400fbe..750f2bb 100644
--- a/postfix-listqueue-html.lsp
+++ b/postfix-listqueue-html.lsp
@@ -1,4 +1,4 @@
-<% local data, viewlibrary, page_info, session = ...
+<% local data, viewlibrary, page_info, session = ...
htmlviewfunctions = require("htmlviewfunctions")
html = require("acf.html")
%>
diff --git a/postfix-model.lua b/postfix-model.lua
index 280e415..e18e255 100644
--- a/postfix-model.lua
+++ b/postfix-model.lua
@@ -34,11 +34,11 @@ end
-- ################################################################################
-- PUBLIC FUNCTIONS
-function mymodule.get_startstop(self, clientdata)
+function mymodule.get_startstop(self, clientdata)
return modelfunctions.get_startstop(processname)
end
-function mymodule.startstop_service(self, startstop, action)
+function mymodule.startstop_service(self, startstop, action)
return modelfunctions.startstop_service(startstop, action)
end