home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / bug / logrotate / script
Encoding:
Text File  |  2006-06-19  |  98 b   |  6 lines

  1. #!/bin/sh
  2.  
  3. printf "Contents of /etc/logrotate.d\n" >&3
  4. ls -l /etc/logrotate.d >&3
  5. printf "\n" >&3
  6.