diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 19:12:54 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-09-25 19:12:54 +0000 |
commit | 493d9b8bf842a8b7e781f1672d4792fb84c79b16 (patch) | |
tree | 81de47905ba8404d3cb54fcdd398f3897624dfa8 /lib/Makefile | |
parent | d7dd7e74c68f715655c5c4e497b9f82ef336202e (diff) | |
download | acf-core-493d9b8bf842a8b7e781f1672d4792fb84c79b16.tar.bz2 acf-core-493d9b8bf842a8b7e781f1672d4792fb84c79b16.tar.xz |
Moved procps and daemoncontrol functionality into processinfo.lua and deleted procps.lua and daemoncontrol.lua. This saves space on the server.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1519 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Makefile b/lib/Makefile index 409cf4e..5227c4b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -5,12 +5,10 @@ LIB_DIST=fs.lua\ date.lua\ format.lua\ menubuilder.lua\ - procps.lua\ session.lua\ validator.lua\ authenticator.lua\ authenticator-plaintext.lua\ - daemoncontrol.lua\ getopts.lua\ roles.lua\ processinfo.lua\ |