Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Don't trash $weekly_status_pkg_enable if both $weekly_status_pkg_enable and the deprecated $weekly_status_pkgng_enable are both enabled.
Matthew Seaman committed 11 years ago
commit 5c21e073462a58e37b1ffc707e2a219ebd4961b1
parent af32f024bb8f6a3149d4495c8523d21835b43b73
1 file changed +1 -1
modified scripts/periodic/400.status-pkg.in
@@ -86,7 +86,7 @@ status_pkg_all() {

case "$weekly_status_pkgng_enable" in
        [Yy][Ee][Ss])
-
	weekly_status_pkg_enable="$weekly_status_pkgng_enable"
+
	: ${weekly_status_pkg_enable="$weekly_status_pkgng_enable"}
	;;
esac