File: midentd.logcycle

package info (click to toggle)
midentd 2.1-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 112 kB
  • ctags: 13
  • sloc: perl: 261; sh: 57; makefile: 40
file content (5 lines) | stat: -rwxr-xr-x 133 bytes parent folder | download
1
2
3
4
5
#!/bin/sh
cd /var/log/midentd
[ -f midentd.log ] && mv midentd.log midentd.log.`date +%s`
touch midentd.log
chown nobody midentd.log