summaryrefslogtreecommitdiffstats
path: root/rules/logrotate.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/logrotate.in')
-rw-r--r--rules/logrotate.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/rules/logrotate.in b/rules/logrotate.in
index 202dee573..097804017 100644
--- a/rules/logrotate.in
+++ b/rules/logrotate.in
@@ -5,6 +5,7 @@ menuconfig LOGROTATE
prompt "logrotate "
select LIBPOPT
select ACL if LOGROTATE_ACL
+ select ROOTFS_VAR_LIB if RUNTIME
help
The logrotate utility is designed to simplify the
administration of log files on a system which generates a lot
@@ -14,6 +15,9 @@ menuconfig LOGROTATE
log file gets to a certain size. Normally, logrotate runs as
a daily cron job.
+ Note: on a read-only root filesystem this package still requires a
+ writable '/var/lib' for its run-time information.
+
if LOGROTATE
config LOGROTATE_ACL