debian-galaxy-a20e/rootfs/usr/share/bug/logrotate/script

6 lines
98 B
Plaintext
Raw Normal View History

2026-08-27 13:48:54 +00:00
#!/bin/sh
printf "Contents of /etc/logrotate.d\n" >&3
ls -l /etc/logrotate.d >&3
printf "\n" >&3