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:   schmonz
Date:           Thu Jan 16 16:47:32 UTC 2020

Modified Files:
        pkgsrc/pkgtools/rc.d-boot: Makefile
        pkgsrc/pkgtools/rc.d-boot/files: org.pkgsrc.rc.d-boot.plist

Log Message:
Specify Standard{Out,Error}Path for macOS launchd. Bump version.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/pkgtools/rc.d-boot/Makefile
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/pkgtools/rc.d-boot/files/org.pkgsrc.rc.d-boot.plist

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.10 pkgsrc/pkgtools/rc.d-boot/Makefile:1.11
--- pkgsrc/pkgtools/rc.d-boot/Makefile:1.10     Sat Jan 26 21:12:54 2019
+++ pkgsrc/pkgtools/rc.d-boot/Makefile  Thu Jan 16 16:47:32 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2019/01/26 21:12:54 dholland Exp $
+# $NetBSD: Makefile,v 1.11 2020/01/16 16:47:32 schmonz Exp $
 #
 
-PKGNAME=               rc.d-boot-20181228
+PKGNAME=               rc.d-boot-20200116
 CATEGORIES=            pkgtools
 
 MAINTAINER=            schmonz%NetBSD.org@localhost
@@ -30,7 +30,7 @@ SUBST_FILES.paths=    rc.d-boot
 SUBST_FILES.paths+=    org.pkgsrc.rc.d-boot.plist \
                        pkgsrc-rc.d-boot \
                        pkgsrc-rc.d-boot.service
-SUBST_VARS.paths=      GREP PKGNAME PREFIX RCD_SCRIPTS_DIR RCORDER
+SUBST_VARS.paths=      GREP PKGNAME PREFIX RCD_SCRIPTS_DIR RCORDER VARBASE
 
 FILES_SUBST+=          RCDBOOT_STYLE=${RCDBOOT_STYLE:Q}
 FILES_SUBST+=          RCD_SCRIPTS_DIR=${RCD_SCRIPTS_DIR:Q}
@@ -65,6 +65,7 @@ RCDBOOT_STYLE=                openbsd-rcd
 
 .if ${RCDBOOT_STYLE} == "unknown"
 # Help wanted! Some known boot schemes we'd like to support:
+# - https://wiki.alpinelinux.org/wiki/Alpine_Linux_Init_System
 # - https://wiki.gentoo.org/wiki/Project:OpenRC
 # - http://smarden.org/runit/
 # - https://jdebp.eu/Softwares/nosh/
@@ -72,7 +73,7 @@ RCDBOOT_STYLE=                openbsd-rcd
 BROKEN_ON_PLATFORM+=   ${OPSYS}-*-*
 .endif
 
-BUILD_DEFS+=           RCDBOOT_STYLE RCD_SCRIPTS_DIR
+BUILD_DEFS+=           RCDBOOT_STYLE RCD_SCRIPTS_DIR VARBASE
 INSTALLATION_DIRS=     sbin ${EGDIR}
 
 do-extract:

Index: pkgsrc/pkgtools/rc.d-boot/files/org.pkgsrc.rc.d-boot.plist
diff -u pkgsrc/pkgtools/rc.d-boot/files/org.pkgsrc.rc.d-boot.plist:1.1 pkgsrc/pkgtools/rc.d-boot/files/org.pkgsrc.rc.d-boot.plist:1.2
--- pkgsrc/pkgtools/rc.d-boot/files/org.pkgsrc.rc.d-boot.plist:1.1      Wed Dec  5 19:23:04 2018
+++ pkgsrc/pkgtools/rc.d-boot/files/org.pkgsrc.rc.d-boot.plist  Thu Jan 16 16:47:32 2020
@@ -19,5 +19,9 @@
        <false/>
        <key>LaunchOnlyOnce</key>
        <true/>
+       <key>StandardOutPath</key>
+       <string>@VARBASE@/log/pkgsrc-rc.d-boot.out</string>
+       <key>StandardErrorPath</key>
+       <string>@VARBASE@/log/pkgsrc-rc.d-boot.err</string>
 </dict>
 </plist>



Home | Main Index | Thread Index | Old Index