File: logrotate.bug-script

package info (click to toggle)
logrotate 3.8.1-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,016 kB
  • sloc: ansic: 3,347; sh: 345; makefile: 149
file content (5 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (11)
1
2
3
4
5
#!/bin/sh

printf "Contents of /etc/logrotate.d\n" >&3
ls -l /etc/logrotate.d >&3
printf "\n" >&3