2004-04-24 00:08:00 by Jeremy C. Reed | Files touched by this commit (109) |
Log message:
mk/bsd.pkg.install.mk now automatically registers
the RCD_SCRIPTS rc.d script(s) to the PLIST.
This GENERATE_PLIST idea is part of Greg A. Woods'
PR #22954.
This helps when the RC_SCRIPTS are installed to
a different ${RCD_SCRIPTS_EXAMPLEDIR}. (Later,
the default RCD_SCRIPTS_EXAMPLEDIR will be changed
to be more clear that they are the examples.)
These patches also remove the etc/rc.d/ scripts from PLISTs
(of packages that use RCD_SCRIPTS). (This also removes
now unused references from openssh* makefiles. Note that
qmail package has not been changed yet.)
I have been doing automatic PLIST registration for RC_SCRIPTS
for over a year. Not all of these packages have been tested,
but many have been tested and used.
Somethings maybe to do:
- a few packages still manually install the rc.d scripts to
hard-coded etc/rc.d. These need to be fixed.
- maybe remove from mk/${OPSYS}.pkg.dist mtree specifications too.
|
2004-04-11 08:19:05 by Soren Jacobsen | Files touched by this commit (1) |
Log message:
Convert to buildlink3.
|
2004-01-27 01:53:12 by Klaus Heinz | Files touched by this commit (49) |
Log message:
Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248
|
2004-01-22 08:51:12 by grant beattie | Files touched by this commit (9) |
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.
|
2004-01-12 21:37:56 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Remove info file from PLIST files.
|
2003-10-18 14:04:54 by Chris Pinnock | Files touched by this commit (3) |
Log message:
Add RCS IDs
|
2003-10-10 11:02:44 by Robert T. Retzlaff | Files touched by this commit (4) |
Log message:
Fix assignments, add cheap hack around inappropriate use of `log'.
Approved by jlam@netbsd.org
|
2003-08-09 12:34:47 by Stoned Elipot | Files touched by this commit (2) |
Log message:
USE_NEW_TEXINFO is unnecessary now.
|
2003-08-09 12:15:42 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Create if necessary the news user and group with the
bsd.pkg.install.mk framework. This fix this package on current.
|
2003-06-27 18:41:20 by Stoned Elipot | Files touched by this commit (2) |
Log message:
Convert to USE_NEW_TEXINFO.
XXX needs user 'news' during install, which -current does not have
anymore.
|