diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 10:26:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-30 10:26:58 +0000 |
commit | e33edf913f9bc27bf416ce94ee505dc2e31632c1 (patch) | |
tree | 234efbf8cf350a829c67dfaae9896cde7c5a95d9 /main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch | |
parent | c6097e369044537797f1f0df645052b3a7858e0b (diff) | |
download | aports-e33edf913f9bc27bf416ce94ee505dc2e31632c1.tar.bz2 aports-e33edf913f9bc27bf416ce94ee505dc2e31632c1.tar.xz |
main/alpine-conf: upgrade to 2.14.0
fixes #2258
Diffstat (limited to 'main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch')
-rw-r--r-- | main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch b/main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch deleted file mode 100644 index 29ba632309..0000000000 --- a/main/alpine-conf/0001-setup-timezone-fix-bug-in-getopts-parsing.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 762c6558e48409159fba7b12ce8fb0baf4e6e2f5 Mon Sep 17 00:00:00 2001 -From: Eivind Uggedal <eivind@uggedal.com> -Date: Mon, 12 Aug 2013 22:26:16 +0200 -Subject: [PATCH] setup-timezone: fix bug in getopts parsing - ---- - setup-timezone.in | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup-timezone.in b/setup-timezone.in -index 41d4f16..5034223 100755 ---- a/setup-timezone.in -+++ b/setup-timezone.in -@@ -47,7 +47,7 @@ while getopts "hp:z:" opt; do - case $opt in - h) usage;; - p) POSIXTZ="$OPTARG";; -- t) ZONEINFOFOLDER="$OPTARG";; -+ z) ZONEINFOFOLDER="$OPTARG";; - esac - done - --- -1.8.4 - |