summaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2020-06-01 23:06:00 +0000
committermef <mef@pkgsrc.org>2020-06-01 23:06:00 +0000
commitd74f13751ec970a91b7e21269f46e114dca67ca4 (patch)
treed38783b5a66e6da43eeeb87baf817011d472250e /sysutils/webmin
parentbb0d963de97bd7fa878c148dc1b3de34816cdae5 (diff)
downloadpkgsrc-d74f13751ec970a91b7e21269f46e114dca67ca4.tar.gz
(sysutils/webmin) Remove patch to non-existing file: patch-update-from-repo_sh
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/patches/patch-update-from-repo_sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/webmin/patches/patch-update-from-repo_sh b/sysutils/webmin/patches/patch-update-from-repo_sh
deleted file mode 100644
index b5c92bc8007..00000000000
--- a/sysutils/webmin/patches/patch-update-from-repo_sh
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-update-from-repo_sh,v 1.1 2020/05/05 23:57:40 mef Exp $
-
-
---- update-from-repo.sh.orig 2020-04-27 00:50:35.004969492 +0900
-+++ update-from-repo.sh 2020-04-27 00:50:44.003907543 +0900
-@@ -261,7 +261,7 @@ fi
- # really update?
- REPLY="y"
-
--if [ "${ASK}" == "YES" ] ; then
-+if [ "${ASK}" = "YES" ] ; then
- if [[ "$1" != "-release"* ]] ; then
- echo -e "${RED}Warning:${ORANGE} you are updating from DEV repository${NC} ${HOST}/${REPO}${BRANCH} ${ORANGE}, this may break your installation!${NC}"
- fi