Commit graph

12 commits

Author SHA1 Message Date
tron
2b75f1e92c Make this work (and build) under NetBSD 3.99.3 and newer. Mark package
as operating system version specific and bump package version.
2005-08-07 12:51:32 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
And always is defined as share/examples/rc.d
which was the default before.

This rc.d scripts are not automatically added to PLISTs now also.
So add to each corresponding PLIST as required.

This was discussed on tech-pkg in late January and late April.

Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere
and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-05-02 20:33:57 +00:00
tron
0ce48af749 Fix lookup of TCP IPv6 connections on NetBSD 1.6Y and newer. Based on a
patch supplied by Hans Rosenfeld in PR pkg/29517. Bump package revision.
2005-02-24 15:49:26 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
reed
32d8f290c2 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-12-28 02:47:40 +00:00
reed
9c790735db 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-23 22:07:52 +00:00
tron
bbd9d34775 Fix startup script so that it really works on system which don't use
NetBSD's "/etc/rc.d" framework. Bump package revision because of this.
2004-04-12 14:18:15 +00:00
snj
b6d8236032 Instead of modifying config.h in post-configure, modify config.h.in
in post-patch.  Fixes a strange build error on sparc64.
2004-03-13 20:20:57 +00:00
tron
be94e7711d Include "sys/param.h" explicitly because the modified code checks
"__NetBSD_Version__" which is only accidently availabe because
"sys/sysctl.h" got included.
2004-01-04 12:59:40 +00:00
tron
bf1920f0dd Fix one more compiler warning under NetBSD 1.6Y and above. 2004-01-04 11:53:20 +00:00
tron
714041931c Fix build problem under NetBSD 1.6Y and above. 2004-01-04 11:48:44 +00:00
tron
073d8a6c0e Import new "oidentd" package:
Configurable IDENT server that supports NAT/IP masq
2004-01-03 23:21:44 +00:00