summaryrefslogtreecommitdiff
path: root/package/logrotate
diff options
context:
space:
mode:
Diffstat (limited to 'package/logrotate')
-rw-r--r--package/logrotate/Config.in10
-rw-r--r--package/logrotate/Makefile1
2 files changed, 1 insertions, 10 deletions
diff --git a/package/logrotate/Config.in b/package/logrotate/Config.in
deleted file mode 100644
index 08e20c4ba..000000000
--- a/package/logrotate/Config.in
+++ /dev/null
@@ -1,10 +0,0 @@
-config ADK_PACKAGE_LOGROTATE
- prompt "logrotate......................... rotates, compresses, and mails system logs"
- tristate
- default n
- select ADK_PACKAGE_LIBPOPT
- help
- logrotate is designed to ease administration of systems that generate
- large numbers of log files. It allows auto-matic rotation, compression,
- removal, and mailing of log files. Each log file may be handled
- daily, weekly,monthly, or when it grows too large.
diff --git a/package/logrotate/Makefile b/package/logrotate/Makefile
index bd2b102ef..36b667534 100644
--- a/package/logrotate/Makefile
+++ b/package/logrotate/Makefile
@@ -6,6 +6,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= logrotate
PKG_VERSION:= 3.7.1
PKG_RELEASE:= 1
+PKG_BUILDDEP+= popt
PKG_MD5SUM:= 552639142e163745f6bcd4f1f3816d8a
PKG_DESCR:= logfile rotation utility
PKG_SECTION:= misc