cross-module change -- cleaning vcached, and vserver pre install script
[util-vserver-pl.git] / scripts / vcached.logrotate
diff --git a/scripts/vcached.logrotate b/scripts/vcached.logrotate
deleted file mode 100644 (file)
index 203baba..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/var/log/vcached.log {
-    compress
-    daily
-    notifempty
-    rotate 5
-    missingok
-    postrotate
-        kill -HUP `cat /var/run/vcached.pid 2>/dev/null` 2>/dev/null || true
-    endscript
-}