diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-24 12:02:33 +0100 |
| commit | b3259201a158cb1a571c2a3b2976fbd7b95a4b80 (patch) | |
| tree | d1bf8edcf012880df29e52bf326b96c18c624dab /package/logrotate | |
| parent | 0c0ed379d9f34a2d085d9ebf7accf63d48684439 (diff) | |
| parent | 537a2c4eaa446e52c6ba07007eb9ae75998b5580 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/logrotate')
| -rw-r--r-- | package/logrotate/Config.in | 10 | ||||
| -rw-r--r-- | package/logrotate/Makefile | 1 |
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 |
