Commit graph

14 commits

Author SHA1 Message Date
reed
2d4122dd45 Fix references to rc.d scripts. This package uses RCD_SCRIPTS
which installs to ${RCD_SCRIPTS_EXAMPLEDIR}. But the MESSAGE
referred to wrong hard-coded location if the RCD_SCRIPTS_EXAMPLEDIR
was not the default. So use RCD_SCRIPTS_EXAMPLEDIR instead.

PKGREVISION not bumped because if someone had changed
RCD_SCRIPTS_EXAMPLEDIR before recent change of autoregistration
of rc.d script in PLIST, then it could not have been packaged
in first place.

Note that this commit does not imply that the MESSAGE is correct.
In some cases, the MESSAGE is clearly wrong such as suggesting
running the rc.d script from the example directory (which will work
although).
2004-04-23 22:43:20 +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
jmmv
90828eda56 Convert to the bsd.pkg.install.mk framework:
- Honour PKG_SYSCONFDIR.
- Install configuration files in sample directory and copy them to
  PKG_SYSCONFDIR when appropiate.
- Use RCD_SCRIPTS to handle installed rc.d script.
Use buildlink2 too.  Bump PKGREVISION to 1.
2003-07-31 11:07:30 +00:00
martti
de776a690f COMMENT should start with a capital letter. 2003-07-21 17:24:10 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
taca
b25e97965f Update bkpupsd 2.1.2.
2003-03-12  Takahiro Kambe  <taca@back-street.net>

	* bump version, 2.1.2.

	* improve startup script for NetBSD.

2003-01-21  Takahiro Kambe  <taca@back-street.net>

	* bump version, now 2.1.1a.

	* create "waiting indication file."
2003-03-12 16:43:45 +00:00
taca
19df480e2f Update bkpupsd package to 2.1.1. No functional change.
from CHANGES:

* bump version, now 2.1.1.

* Update copyright notice.

* Update my mail address.

* Fix LP64 problem from NetBSD pkgsrc.

* Add kernel patch for NetBSD 1.6_STABLE, it should be OK on
  NetBSD 1.6 release.

* Fix compile problem on FreeBSD 4.5 Release reported from
  Naoki IDO <ido@hitachi-ms.co.jp>.

* Add kernel patch for FreeBSD 4.4 based on mail from
  Yasuhiro Abe <abe@dzn.co.jp>.

* Convert shell script patching FreeBSD 3.4 into normal patch file.

* Add files for NEWLAYOUT style FreeBSD ports contributed by
  yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu).

* remove package support for NetBSD since bkpupsd is now included
  in NetBSD package collection.
2002-12-22 13:06:02 +00:00
cjep
8fbc3746a3 Add an empty "scriptsinstall" target to scripts/Makefile. If this isn't
present, this package won't build with newer BSD mk magic (e.g. in
1.6_BETA1 and so on.)
2002-06-05 21:14:19 +00:00
dmcmahill
f2b7ef2f76 fix a printf format string. Fixes recently noted build problems on alpha. 2002-01-21 13:59:45 +00:00
taca
8de0bb328f Update bkpupsd to 2.1.
Fri Jun 15 16:27:52 2001  Takahiro Kambe  <taca@kyoto.jepro.co.jp>

	* Add files for NEWLAYOUT style FreeBSD ports contributed by
	  yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu).

	* remove package support for NetBSD since bkpupsd is now included
	  in NetBSD package collection.

Mon Mar  5 15:00:03 2001  Takahiro Kambe  <taca@kyoto.jepro.co.jp>

	* bump version, now 2.1.

	* now parameter for shutdown(8) may be specified in upstab.
	  Inspired by proposal from yrsh2scp@mbox.nc.kyushu-u.ac.jp
	  (Yoshifumi R. Shimizu).

	* correct spelling mistake noted from
	  yrsh2scp@mbox.nc.kyushu-u.ac.jp (Yoshifumi R. Shimizu)
2001-12-19 15:37:59 +00:00
zuntum
1cf29af8b5 Move pkg/ files into package's toplevel directory 2001-10-31 22:48:50 +00:00
taca
e20a638e8e Change MAINTAINER to me, since taca@kyoto.jepro.co.jp is author
not maintainer.
2001-07-29 14:40:26 +00:00
dmcmahill
b40c5c23c2 fix on alpha. (type mismatch).
while here use the DEFAULT_SERIAL_DEVICE setting to hopefully have a better
default on most machines.
2001-05-07 03:28:11 +00:00
wiz
f876804070 Initial import of bkpupsd, a simple UPS daemon
for the BK-Pro, BK series and FREQUPS F series UPS by Mitsubishi.
Addresses pkg/9541 by Takahiro Kambe.
(Correct directory this time, misimport was deleted.)
2001-05-04 11:06:03 +00:00