From 3b386ad39fe4c5823279257e2660b92dcb199bd5 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Mon, 2 Aug 2010 12:28:24 +0000 Subject: [PATCH] minor pkgsrc tweaks; allow pkgsrc to install rc scripts in /usr/pkg/etc/rc.d --- etc/pkgsrc.conf | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.44.0