summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-05-31 14:55:40 +0000
committerTim Harder <radhermit@gentoo.org>2012-05-31 14:55:40 +0000
commit65211646c62161dec6c1baec92500ad6ac43518b (patch)
tree1b4cd4e15819026aff79de8d0b6424ca8259fc2d /app-admin/tmpreaper/files
parentRemove old. (diff)
downloadhistorical-65211646c62161dec6c1baec92500ad6ac43518b.tar.gz
historical-65211646c62161dec6c1baec92500ad6ac43518b.tar.bz2
historical-65211646c62161dec6c1baec92500ad6ac43518b.zip
Remove old.
Package-Manager: portage-2.2.0_alpha108/cvs/Linux x86_64
Diffstat (limited to 'app-admin/tmpreaper/files')
-rw-r--r--app-admin/tmpreaper/files/tmpreaper-1.6.9-gentoo.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-admin/tmpreaper/files/tmpreaper-1.6.9-gentoo.patch b/app-admin/tmpreaper/files/tmpreaper-1.6.9-gentoo.patch
deleted file mode 100644
index 0e3c3d4a6ad8..000000000000
--- a/app-admin/tmpreaper/files/tmpreaper-1.6.9-gentoo.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -ur tmpreaper-1.6.9/debian/cron.daily tmpreaper-1.6.9-gentoo/debian/cron.daily
---- tmpreaper-1.6.9/debian/cron.daily 2007-08-20 12:19:13.000000000 +0300
-+++ tmpreaper-1.6.9-gentoo/debian/cron.daily 2008-01-25 03:43:51.000000000 +0200
-@@ -32,17 +32,7 @@
-
- # Set config defaults
- SHOWWARNING=''
--
--# get the TMPREAPER_TIME value from /etc/default/rcS
--
--if grep '^TMPTIME=' /etc/default/rcS >/dev/null 2>&1; then
-- eval $(grep '^TMPTIME=' /etc/default/rcS)
-- if [ -n "$TMPTIME" -a "$TMPTIME" -gt 0 ]; then
-- TMPREAPER_TIME=${TMPTIME}d
-- else
-- TMPREAPER_TIME=7d
-- fi
--fi
-+TMPREAPER_TIME=''
-
- # ! Important ! The "set -f" below prevents the shell from expanding
- # file paths, which is vital for the configuration below to work.
-diff -ur tmpreaper-1.6.9/debian/tmpreaper.conf tmpreaper-1.6.9-gentoo/debian/tmpreaper.conf
---- tmpreaper-1.6.9/debian/tmpreaper.conf 2006-12-08 14:24:03.000000000 +0200
-+++ tmpreaper-1.6.9-gentoo/debian/tmpreaper.conf 2008-01-25 03:44:14.000000000 +0200
-@@ -40,8 +40,7 @@
- # TMPREAPER_ADDITIONALOPTIONS
- # extra options that are passed to tmpreaper, e.g. --all
-
--# uncomment and change the next line to overrule the /etc/default/rcS value
--# TMPREAPER_TIME=7d
-+TMPREAPER_TIME=7d
-
- TMPREAPER_PROTECT_EXTRA=''
- TMPREAPER_DIRS='/tmp/.'