From: Ben Gras Date: Mon, 2 Aug 2010 12:28:24 +0000 (+0000) Subject: minor pkgsrc tweaks; allow pkgsrc to install rc scripts in /usr/pkg/etc/rc.d X-Git-Tag: v3.1.8~121 X-Git-Url: http://zhaoyanbai.com/repos/%22https:/www.google.com/jsapi/static/gitweb.js?a=commitdiff_plain;h=3b386ad39fe4c5823279257e2660b92dcb199bd5;p=minix.git minor pkgsrc tweaks; allow pkgsrc to install rc scripts in /usr/pkg/etc/rc.d --- diff --git a/etc/pkgsrc.conf b/etc/pkgsrc.conf index 82b5a46b1..dd1735b3d 100644 --- a/etc/pkgsrc.conf +++ b/etc/pkgsrc.conf @@ -35,6 +35,7 @@ IS_BUILTIN.dl?= yes CURSES_DEFAULT?= ncurses PKG_OPTIONS.groff=-x11 -groff-docs +PKG_OPTIONS.scmgit=-python -scmgit-gui # no inet6 PKG_DEFAULT_OPTIONS?= -inet6 @@ -42,4 +43,8 @@ PKG_DEFAULT_OPTIONS?= -inet6 # allow all licenses for external packages SKIP_LICENSE_CHECK=yes +# where will pkgsrc place startup scripts? +PKG_RCD_SCRIPTS=YES +RCD_SCRIPTS_DIR=/usr/pkg/etc/rc.d + .endif # end pkgsrc settings