summaryrefslogtreecommitdiff
path: root/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/netkit-rwho/files/netkit-rwho-0.17-cron')
-rw-r--r--net-misc/netkit-rwho/files/netkit-rwho-0.17-cron7
1 files changed, 0 insertions, 7 deletions
diff --git a/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron b/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron
deleted file mode 100644
index 9fab9f25ee0e..000000000000
--- a/net-misc/netkit-rwho/files/netkit-rwho-0.17-cron
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-#
-# Clean up stale rwho entries after one month
-find /var/spool/rwho -mindepth 1 -maxdepth 1 -type f ! -name .keep \
- ! -ctime -30 -print0 | xargs -r0 rm -f