summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2015-06-25 23:05:17 +0200
committerUlrich Müller <ulm@gentoo.org>2015-06-25 23:05:17 +0200
commit39800b6eb48e05a2c907265578e407282a6738f7 (patch)
tree5e09ac4ba355ce3c9502242326b50d0db1982e10
parentReplace broken perl script by sed, bug 553148. (diff)
downloadulm-skey-1.1.5-patches-3.tar.gz
ulm-skey-1.1.5-patches-3.tar.bz2
ulm-skey-1.1.5-patches-3.zip
timelocal.pl has been superseded by Time::Local.skey-1.1.5-patches-3
-rw-r--r--patchsets/skey/1.1.5/13_all_perl-timelocal.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patchsets/skey/1.1.5/13_all_perl-timelocal.patch b/patchsets/skey/1.1.5/13_all_perl-timelocal.patch
new file mode 100644
index 0000000..c93984e
--- /dev/null
+++ b/patchsets/skey/1.1.5/13_all_perl-timelocal.patch
@@ -0,0 +1,11 @@
+--- skey-1.1.5-orig/skeyprune.pl
++++ skey-1.1.5/skeyprune.pl
+@@ -7,7 +7,7 @@
+ # $OpenBSD: skeyprune.pl,v 1.1 1996/09/28 00:00:41 millert Exp $
+
+ # We need to be able convert to time_t
+-require 'timelocal.pl';
++require Time::Local;
+
+ # Keep out the stupid
+ die "Only root may run $0.\n" if $>;