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/a590eac879b5
branches:  trunk
changeset: 318536:a590eac879b5
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 ca057800bf35 -r a590eac879b5 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