2004-12-28 03:47:52 by Jeremy C. Reed | Files touched by this commit (156) |
Log message:
The default location of the pkgsrc-installed rc.d scripts is now
under share/examples/rc.d. The variable name already was named
RCD_SCRIPTS_EXAMPLEDIR.
This is from ideas from Greg Woods and others.
Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism
(as requested by wiz).
|
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-01-25 04:48:58 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Add NO_SRC_* and NO_BIN_* options for quake3server mods, pointed out
by David Ferlier.
|
2004-01-22 11:35:56 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
s,/bin/sh/,@RCD_SCRIPTS_SHELL@,
|
2004-01-22 10:02:31 by Juan Romero Pardines | Files touched by this commit (5) |
Log message:
Provide a script to start quake3server via NetBSD's rc.d framework, also
explain how we should start it. From David Ferlier in PR pkg/24131.
|
2004-01-04 20:02:14 by Juan Romero Pardines | Files touched by this commit (1) |
Log message:
Fix typo (packages->package).
|
2004-01-04 19:38:05 by Juan Romero Pardines | Files touched by this commit (5) | |
Log message:
Initial import of quake3server-1.32b, packaged by David Ferlier in
PR pkg/23972.
This packages allows you to run a Quake III Arena dedicated server
under NetBSD using Linux emulation.
|