summaryrefslogtreecommitdiff
path: root/network/freenx/config/freenx.logrotate
diff options
context:
space:
mode:
authorponce <matteo.bernardini@gmail.com>2011-03-07 02:16:25 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-03-07 02:16:25 -0300
commita080c9cca3b0a16b4f3a66675eb4ea5028ec86f8 (patch)
treecbe62cb27b1bf2801cb8c7bef8b8974a5d60b61e /network/freenx/config/freenx.logrotate
parent27332535ba7ba0a20f92baa29071aeefb570e4e0 (diff)
downloadslackbuilds-a080c9cca3b0a16b4f3a66675eb4ea5028ec86f8.tar.gz
network/freenx: Misc. cleaning up.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'network/freenx/config/freenx.logrotate')
-rw-r--r--network/freenx/config/freenx.logrotate8
1 files changed, 8 insertions, 0 deletions
diff --git a/network/freenx/config/freenx.logrotate b/network/freenx/config/freenx.logrotate
new file mode 100644
index 0000000000..3342cc437c
--- /dev/null
+++ b/network/freenx/config/freenx.logrotate
@@ -0,0 +1,8 @@
+/var/log/nxserver.log {
+ rotate 4
+ size=4M
+ notifempty
+ missingok
+ sharedscripts
+ copytruncate
+}