Commit graph

1098 commits

Author SHA1 Message Date
martti
89fad25f16 Added a new switch (-b binfile) to allow binary upgrades for those
who don't have the /usr/src/etc directory.

Usage example: etcupdate -b /some/where/etc.tgz
2001-11-22 15:39:30 +00:00
martti
8934de5297 Change to the root directory (/) before running mtree to set the directory
permissions. Without this fix mtree was creating new directories in
/usr/src/etc which was not so nice...
2001-11-22 13:20:00 +00:00
lukem
085432311f no need to PROVIDE anything since this isn't part of the dependency graph 2001-11-22 00:55:51 +00:00
jlam
892b322f45 These rc.d scripts are copied to ${RCD_SCRIPTS_DIR} == /etc/rc.d, so change
the test for pre-rc.d systems to just whether /etc/rc.subr is present.
2001-11-21 21:38:50 +00:00
jlam
878e9eaf6a Be smarter about how to control the UPS drivers. If upsdriver_type is
unset, then we use upsdrvctl to control the UPS drivers.  Otherwise, we
control the one specified by ${upsdriver_type}.
2001-11-21 20:39:40 +00:00
jlam
a896a9b92a Modify script so that it's easier to copy-and-paste when creating similar
scripts for other packages.
2001-11-21 16:29:13 +00:00
jlam
f0d6ed569c Remove an extra run_rc_commands line, and set _arg in pre-rc.d case. 2001-11-21 16:05:40 +00:00
jlam
73ac345874 Strongly buildlinkify. 2001-11-21 15:53:08 +00:00
jlam
9f920e162b Buildlinkify, respect ${CONFDIR}, and use general INSTALL/DEINSTALL scripts.
Also replace rc.d scripts with much better ones by Luke Mewburn
<lukem@wasabisystems.com> that were slightly editted by me to have some
minimal functionality on pre-rc.d systems.
2001-11-21 15:50:55 +00:00
martti
52d62a2816 Clarified few things, reference more with the .Xr macro, etc.
I did not update the version tag because this is only minor fix to
the manual page. Otherwise we would have several versions per day
as this tool is still under construction...
2001-11-21 11:58:07 +00:00
martti
68faecccdb Bump version number to 20011121 2001-11-21 09:21:58 +00:00
martti
c934aa5b45 - Emphasize that the 'i' command will overwrite local modification
- Some s/file/files/
2001-11-21 08:45:57 +00:00
simonb
503251b07d Move the individual UPS drivers from ${PREFIX}/bin to
${PREFIX}/sbin/ups-drivers.
2001-11-21 03:22:05 +00:00
wiz
6dbeaaa3a2 Lots of formatting improvements, and remove incorrect HISTORY section. 2001-11-20 17:29:54 +00:00
jlam
ca476d0b30 Add RCS Id. 2001-11-20 16:59:10 +00:00
martti
3c6d76f5e0 Set MTREE=mtree when running "make distribution" as this is needed
in -current. Noted by Alistair Crooks in a private mail.
2001-11-20 15:55:44 +00:00
lukem
7fb5bf88b1 newapc driver: chop any trailing `:'s off the end of APC_F_MINUTES fields;
specifically the RUNTIME field on my SmartUPS-1400.
2001-11-20 14:53:03 +00:00
martti
4ba5d9eee5 Added missing menu entry (no functional changes) 2001-11-20 13:20:23 +00:00
martti
7c12d2e059 Added etcupdate 2001-11-20 09:54:04 +00:00
martti
1ff6cc86fb etcupdate helps you to update the configuration files in /etc after
performing an operating system upgrade.

The idea for this script (including code fragments, variable names etc.)
came from the FreeBSD mergemaster (by Douglas Barton). Unlike the FreeBSD
mergemaster, this does not use CVS version tags to compare if the files
need to be updated. Files are compared with /usr/bin/cmp as this is more
reliable and the only way if the version numbers are same even though the
files are different.
2001-11-20 09:53:54 +00:00
jlam
29f2e4de5a Use the general INSTALL/DEINSTALL scripts instead of the homegrown ones.
Also mark as USE_BUILDLINK_ONLY.
2001-11-20 07:00:12 +00:00
lukem
90908af1f8 remove etc/nut from PLIST; instead, remind the admin to remove it manually 2001-11-19 04:40:00 +00:00
lukem
3730441d5d cleanup (inspired by ../../databases/postgresql-server):
- use FILES_SUBST_SED mechanism
- do NOT remove user & group upon DEINSTALL; instead remind the admin to do it
2001-11-19 04:25:15 +00:00
lukem
409928b75a upsstats.cgi enhancements:
- remove unnecessary empty table element
- if ups var `runtime' is available, display it
2001-11-19 03:47:42 +00:00
agc
6cdaf50372 Add and enable grun. 2001-11-18 22:42:57 +00:00
agc
4678c7f3f1 Initial import of grun-0.9.2 into the NetBSD Packages Collection.
gRun is a GTK based Run dialog that closely resembles
the Windows Run dialog, similar to xexec.  However,
gRun is much more powerful than xexec, looks a lot
better, and has the big advantage that you can start
typing a command without having to mouse-click into
the text field.

Provided in pkg PR 14440 by "Eric Gillespie, Jr."
<epg@pretzelnet.org>, modified slightly by me.
2001-11-18 22:41:40 +00:00
lukem
ab5e21bfcd update to 0.45.2 to be in sync with ups-nut. see ups-nut for more details 2001-11-18 00:57:50 +00:00
lukem
94cca33ef8 patch man/Makefile.in to install upssched.conf(5), upsd(8) and upsmon(8) 2001-11-18 00:41:20 +00:00
lukem
6b42dd5e4e update to ups-nut 0.45.2
notable new features:
- upsdrvctl has more options. You can now say "stop" to stop all drivers, or
  "stop <ups>" to stop just one.  Also, "start <ups>" to just start one is
  now supported.
- lots of man pages
- newapc driver converted to new framework
- new masterguard ups driver
- fentonups driver now recognizes the PowerCom SMK-800A
- bestups driver now does proper locking on the serial port
- sms driver table has been updated, and sms.txt provided to explain this
2001-11-17 15:50:56 +00:00
taca
ceacf06c14 Enable setquota. 2001-11-15 15:47:56 +00:00
taca
ecc6f13fa1 Importing setquota utility; simple command line interface for quota. 2001-11-15 15:46:33 +00:00
jlam
8397afdb4f * Strongly buildlinkify.
* Use qt2-designer-kde for a uic that understands KDE2 widgets.
* Remove build dependencies on autoconf/automake by providing patches to
  the generated files as well.  This allows our other automatic changes at
  pre-configure time in bsd.pkg.mk to succeed.
2001-11-13 21:26:58 +00:00
damon
e4b0dd4ad7 Updating to 1.2.4. Adds some NetBSD specific stuff from Anthony Mallet (among other things)
Changelog:

	* Mail monitor option: Count unseen mail as new mail.  (Based on a patch
	  by Martin Man <Martin.Man--at--seznam.cz>)
	* Bugfixes:
	  o gkrellm -demo segfaulted.
	  o CPU sensor decals could be mapped wrong.
	* Contributions:
	  o Anthony Mallet <anthony.mallet--at--useless-ficus.net> sensors.c patch
	    adds temp, fan, and voltage monitoring for NetBSD
	  o Przemyslaw Sulek <pbs--at--linux.net.pl> pl.po translation update.
	  o Darell Tan <dardil@singnet.com.sg> fs.c patch checks for uid matching
	    "owner" in fstab_user_permission().
	  o Tomas Ogren <stric--at--cs.umu.se> Solaris disk.c patch avoids adding
	    not found disks to the disk list.
2001-11-11 22:11:09 +00:00
hubertf
09c1f15d9d Adjust format a bit:
* 75 * '='
 * RCS ID
 * blank line
 * message text
 * optional blank line
 * 75 * '='
2001-11-11 06:17:26 +00:00
hubertf
e1e6dc4122 this is is in .. now 2001-11-07 04:01:10 +00:00
tv
e55d4b59d8 Fix patch (no longer needed), and install new manpage. 2001-11-04 03:28:45 +00:00
agc
79084f4f33 Commit the last changes to the correct file - its commit message was:
"Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,
and in a sane location (not /usr/share!)."
2001-11-01 18:41:49 +00:00
hubertf
9efb18fa4b Bump to gkrellm-1.2.3nb1: Make sure the themes directory is there,
and in a sane location (not /usr/share!).

I have a gkrellm-themes package to commit once the pkg/ issue is resolved.
2001-11-01 14:08:00 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
lukem
70bae73d77 Package of the development version of sysutils/cdrecord
The stable version is currently 1.10, this is 1.11a34
2001-10-31 22:52:57 +00:00
zuntum
1cf29af8b5 Move pkg/ files into package's toplevel directory 2001-10-31 22:48:50 +00:00
zuntum
8e0671a861 o use REPLACE_PERL
o move sarah.conf.sample from ${PREFIX}/etc to ${PREFIX}/share/examples/sarah

Update sarah to 0.7b

Changes:

v 0.7b  2001/10/01
        * all directives may now be specified within an OPTIONS{} block to set
          defaults
        * when both '-c' and '-V' options are used, sarah will dump
          interpreted config file(s) to STDOUT
        * fixed archive rotation bug: a regex to match file.log.xx would also
          match myfile.log.xx, causing rotation of file.log to fail

v 0.6b  2001/02/09
        * added INDEX command to allow date-based archive naming
        * added quiet mode (-q argument)

v 0.5b  2001/01/04
        * fixed timing bug -- DATE based log rotations would fail if the
          minute changed during the run
2001-10-31 18:11:25 +00:00
tv
c9394f5281 Clean out my pkgsrc diffs:
Update bchunk to 1.1.1.  Adds WAV support, fixes MODE2/2352 reading, and
several minor fixes.
2001-10-31 14:36:41 +00:00
hubertf
b672a3c005 Update lavaps to 1.20. Changes:
* memory sizes now are self-scaling (141MiB rather than 144660KB)
 * work around black border in sawfish when using lozenge mode
 * Port to AIX
 * Port to NetBSD
2001-10-31 02:03:29 +00:00
hubertf
f249dbd914 Create plugin directory when installing from binary pkg 2001-10-31 01:15:36 +00:00
damon
f4d337acef Updated to version 1.2.3 based partly on Anthony Mallet's patches in PR pkg/14369. 2001-10-30 13:31:47 +00:00
jlam
c96c9806bc Remove commented USE_LIBINTL definitions ... we already use the
gettext-lib/buildlink.mk file.
2001-10-27 07:00:52 +00:00
jlam
a4bc16d30c I am a triple idiot. The only relevant variable that x11.buildlink.mk
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use.  Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-24 22:10:43 +00:00
veego
c40be5e1b2 Use ${MASTER_SITE_PERL_CPAN:=xx/} and not ${MASTER_SITE_PERL_CPAN:=xx}
This fix a fetch error.
2001-10-23 19:27:31 +00:00
lukem
134aed38d4 this needs suse_compat as well 2001-10-23 16:07:56 +00:00