components/rdiff-backup/patches/deprecation.patch
author mmhunter@s11sru-x01.us.oracle.com
Tue, 07 May 2013 10:23:59 -0700
branchs11u1-sru
changeset 2610 37b9db3f8401
parent 787 c05e38bc65f4
permissions -rw-r--r--
Added tag S11.1SRU5.2 for changeset 2cbbabd0bbf4

--- rdiff-backup-1.3.3/rdiff-backup.orig	2012-04-20 11:25:32.426561687 -0700
+++ rdiff-backup-1.3.3/rdiff-backup	2012-04-20 11:25:59.110285172 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python -Wignore::DeprecationWarning
 # rdiff-backup -- Mirror files while keeping incremental changes
 # Version 1.3.3 released March 16, 2009
 # Copyright (C) 2001-2005  Ben Escoto <[email protected]>
--- rdiff-backup-1.3.3/rdiff-backup-statistics.orig	2012-04-20 11:25:40.987972998 -0700
+++ rdiff-backup-1.3.3/rdiff-backup-statistics	2012-04-20 11:26:11.988817234 -0700
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python -Wignore::DeprecationWarning
 # rdiff-backup-statistics -- Summarize rdiff-backup statistics files
 # Version 1.3.3 released March 16, 2009
 # Copyright 2005 Dean Gaudet, Ben Escoto