diff options
author | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-18 17:53:03 -0700 |
---|---|---|
committer | An-Cheng Huang <ancheng@sydney.vyatta.com> | 2007-10-18 17:53:03 -0700 |
commit | 758f31ccdf9e6da2d7dd1752ddb6fdefa13590e6 (patch) | |
tree | e39be26cb93fa4f3441bd9a67264251d6e4bb7ba /sysconf/logrotate_messages | |
parent | 9c04f3d77a812f648842c72e70f17acfdd08c6b6 (diff) | |
download | vyatta-cfg-quagga-758f31ccdf9e6da2d7dd1752ddb6fdefa13590e6.tar.gz vyatta-cfg-quagga-758f31ccdf9e6da2d7dd1752ddb6fdefa13590e6.zip |
* import system config files from fairfield/xorp/sysconf.
* add dependencies and postinst actions.
Diffstat (limited to 'sysconf/logrotate_messages')
-rw-r--r-- | sysconf/logrotate_messages | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sysconf/logrotate_messages b/sysconf/logrotate_messages new file mode 100644 index 00000000..c2f662ff --- /dev/null +++ b/sysconf/logrotate_messages @@ -0,0 +1,9 @@ +/var/log/messages { + missingok + notifempty + rotate 10 + size=1000k + postrotate + kill -HUP `cat /var/run/syslogd.pid` + endscript +} |