pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/webmin/patches



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue May  5 23:57:40 UTC 2020

Added Files:
        pkgsrc/sysutils/webmin/patches: patch-update-from-repo_sh

Log Message:
(sysutils/webmin) Add missing patch, sorry tks joerg@


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/webmin/patches/patch-update-from-repo_sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/sysutils/webmin/patches/patch-update-from-repo_sh
diff -u /dev/null pkgsrc/sysutils/webmin/patches/patch-update-from-repo_sh:1.1
--- /dev/null   Tue May  5 23:57:40 2020
+++ pkgsrc/sysutils/webmin/patches/patch-update-from-repo_sh    Tue May  5 23:57:40 2020
@@ -0,0 +1,14 @@
+$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



Home | Main Index | Thread Index | Old Index