pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/pkgtools/rc.d-boot
Module Name: pkgsrc
Committed By: dholland
Date: Sat Jan 26 21:12:54 UTC 2019
Modified Files:
pkgsrc/pkgtools/rc.d-boot: Makefile
Log Message:
Remove pointless/vacuous logic clause.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/pkgtools/rc.d-boot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/pkgtools/rc.d-boot/Makefile
diff -u pkgsrc/pkgtools/rc.d-boot/Makefile:1.9 pkgsrc/pkgtools/rc.d-boot/Makefile:1.10
--- pkgsrc/pkgtools/rc.d-boot/Makefile:1.9 Sat Jan 26 21:11:48 2019
+++ pkgsrc/pkgtools/rc.d-boot/Makefile Sat Jan 26 21:12:54 2019
@@ -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= netbsd-native
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