pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/rc.d-boot Remove pointless/vacuous logic clause.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7eeae2f355ad
branches: trunk
changeset: 390786:7eeae2f355ad
user: dholland <dholland%pkgsrc.org@localhost>
date: Sat Jan 26 21:12:54 2019 +0000
description:
Remove pointless/vacuous logic clause.
diffstat:
pkgtools/rc.d-boot/Makefile | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (20 lines):
diff -r 543099cc391d -r 7eeae2f355ad pkgtools/rc.d-boot/Makefile
--- a/pkgtools/rc.d-boot/Makefile Sat Jan 26 21:11:48 2019 +0000
+++ b/pkgtools/rc.d-boot/Makefile Sat Jan 26 21:12:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2019/01/26 21:11:48 dholland Exp $
+# $NetBSD: Makefile,v 1.10 2019/01/26 21:12:54 dholland Exp $
#
PKGNAME= rc.d-boot-20181228
@@ -63,9 +63,7 @@
RCDBOOT_STYLE= openbsd-rcd
.endif
-.if ${RCDBOOT_STYLE} != "unknown"
-ONLY_FOR_PLATFORM+= ${OPSYS}-*-*
-.else
+.if ${RCDBOOT_STYLE} == "unknown"
# Help wanted! Some known boot schemes we'd like to support:
# - https://wiki.gentoo.org/wiki/Project:OpenRC
# - http://smarden.org/runit/
Home |
Main Index |
Thread Index |
Old Index