summaryrefslogtreecommitdiffstats
path: root/lib/format.lua
diff options
context:
space:
mode:
authorMike Mason <ms13sp@gmail.com>2008-01-30 14:53:49 +0000
committerMike Mason <ms13sp@gmail.com>2008-01-30 14:53:49 +0000
commitcd0c582c41acb719ef6590ab4ba63d66bdd7539d (patch)
treef3107fd31ecef36e9446e03c9220e0b7eef74d4f /lib/format.lua
parent16dec62905c7e8580bff7ef5f75c29b29409d105 (diff)
downloadacf-core-cd0c582c41acb719ef6590ab4ba63d66bdd7539d.tar.bz2
acf-core-cd0c582c41acb719ef6590ab4ba63d66bdd7539d.tar.xz
Updated the code to use md5sums in the acf passwd file. Made the md5sum_string function(to go along with md5sum_file) in fs
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@665 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/format.lua')
-rw-r--r--lib/format.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/format.lua b/lib/format.lua
index 0b7b54b..1fa5fc6 100644
--- a/lib/format.lua
+++ b/lib/format.lua
@@ -148,4 +148,3 @@ function string_to_table ( text, delimiter)
return list
end
-