summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2000-05-12Add pstree.mjl1-1/+2
2000-05-12pstree, show processes in a tree (does not need /proc fs)mjl5-0/+29
2000-05-12Unbreak runtime linkage.kleink2-4/+4
2000-05-11rpath stuff for ELF.dmcmahill2-0/+14
addresses PR port-pmax/10099 reported by Nino Margetic <nino@well.ox.ac.uk>
2000-05-11Only define the .BEGIN target if we're on NetBSDagc1-1/+5
2000-05-09Revert previous change - use one set of sources, for maintenance reasons,agc4-35/+5
across -current pkgsrc and the 1.4 branch.
2000-05-07Update gcombust to 0.1.32. Changes include a compability fix for therh2-4/+4
latest mkisofs, smaller bugfixes, ja, fr and ko language updates.
2000-05-05Bump to 20000505. Changes:hubertf4-5/+39
* Add note on how to update distfile, mostly taken from pkg_install pkg. * Move 1.4 patches from src/usr.sbin/user/user.c to pkgsrc (I didn't want to add it to doc/HACKS :)
2000-04-26Define rdmsr() etc. only for __NetBSD_Version__ < 104240000.hubertf2-1/+22
At least right now, they're clashing with the definitions in cpufunc.h (as the comment in the file even said :-)
2000-04-26Pull in some prototypes & headers to make this actually compilehubertf2-6/+27
2000-04-26Add a HOMEPAGE, and add two definitions to make this package compileagc1-2/+4
on Solaris.
2000-04-19Update roller to 1.3:kim2-4/+4
- Set a threshold for reporting mail rejection (a single unknown address is insignificant, as is mostly any other single rejection). - Added daemons: deliver (cyrus), rdist, websterd. - Handle more messages: ftpd, inetd, listserv, sendmail, snmpd, sshd.
2000-04-14The release got rereleased...kim1-2/+2
2000-04-14Update to roller-1.2:kim2-4/+4
- handle more daemons and new versions in proc-messages - summarize rejected mail in proc-messages - handle URL language codes better in proc-httpd-access - do not report missing "favicon.ico" in proc-httpd-errors - ignore XTHREAD and high load average in proc-news
2000-04-13use <sys/swap.h> on NetBSD 1.4 and later.mrg1-1/+2
2000-04-13use <sys/swap.h> on NetBSD 1.4 and later.mrg1-0/+17
2000-04-12fix path for qt1dmcmahill3-15/+20
2000-04-12fix path for qt1dmcmahill1-3/+3
2000-04-06update to the release version lsof-4.49 (we have been using a beta);wiz2-20/+19
no functional change as far as I can tell.
2000-04-02Update gcombust to 0.1.31. Changes include: a few more config options,rh2-4/+4
12 speed option, ja and hu update, various bugfixes.
2000-03-31remove the ONLY_FOR_ARCH. It seems to work on other than NetBSD/sparc.dmcmahill1-3/+1
2000-03-30Fix English grammer and spellingjlam1-8/+8
2000-03-29Update to compile with the latest usb.haugustss2-4/+4
2000-03-27Adapt to new handling of "${CONFIGURE}".tron2-4/+4
2000-03-25add and enable mksunbootcddmcmahill1-1/+2
2000-03-25Initial import of the mksunbootcd program to the packages collection.dmcmahill5-0/+39
mksunbootcd came from distrib/utils/mksunbootcd. This package is provided so it may be easily installed as we don't ship mksunbootcd executibles The mksunbootcd program combines filesystem partitions for Sun Microsys- tems, Inc. computers into an image suitable for writing to a compact disc, that will allow the disc to be booted on the sun3, sun3x, sun4, sun4c, sun4m and sun4u platforms. This hardware is supported by the NetBSD sparc, sparc64 and sun3 ports. The architecture arguments above must be the bootable filesystem images for the named architecture. filesystem is typically an iso9660 filesystem, see mount_cd9660(8) for details, but can be any type as long as the first 512 bytes of the image are not used. This image is modified, and the additional partitions added after this partition, in order. If any architecture image is miss- ing, that partition is not used. If a disc with sun4 and sun4m support only was to be created, a dummy image would need to be in place for sun4c.
2000-03-23Update to roller-1.1kim2-4/+4
- proc-messages updated to handle more recent NetBSD versions - proc-news updated to ignore XTHREAD, if reported as unknown
2000-03-21Add and enable memconfagc1-1/+2
2000-03-21Import memconf, a physical memory information utility for Solaris, intoagc5-0/+35
the packages collection. memconf reports the size of each SIMM/DIMM memory module installed in a system. It also reports the system type and any empty memory sockets. In verbose mode, it also reports: banner name, model, and CPU/system frequencies address range and bank numbers for each module
2000-03-19Regenjlam1-2/+2
2000-03-19Fix my sloppiness...this should fix 1.4.x compiles.jlam1-6/+6
2000-03-17Updated psmisc to version 19. Changes from version 17:jlam8-144/+97
- supports /proc/cmdline on NetBSD - killall: new option -g to kill process group instead of process - pidof: new option -g to show PGID instead of PID (by Florian La Roche) - pstree: new option -H to highlight process specified by PID
2000-03-16chmod -> ${CHMOD}wiz1-2/+2
2000-03-16RCS tag addedwiz3-0/+3
2000-03-15Fix:hubertf3-9/+9
- patch-aa was fuzzy - patch-ac used <sys/endian.h> instead of <machine/endian.h> (which is also present on 1.4.x systems)
2000-03-15Use <machine/endian.h>. In contrast to <sys/endian.h>, it is also presenthubertf2-1/+15
on 1.4.x machines. Noted by an unknown hero who's name I forgot. Sorry!
2000-03-13Make this package work on Solaris.agc2-1/+17
2000-03-13Update this package to reflect 13th March 2000 sources.agc2-4/+4
Changes since previous version: ---------------------------- revision 1.13 date: 2000/03/12 19:57:24; author: jlam; state: Exp; lines: +6 -4 Make "-d homedir" option work -- home directory wasn't being set in this case. ---------------------------- revision 1.12 date: 2000/03/07 20:56:45; author: agc; state: Exp; lines: +8 -3 When adding a group, check that it doesn't already exist. Also fix a problem with reading entries when modifying a group. Both problems found and analysed by Thomas Klausner. ----------------------------
2000-03-11After the automatic package conflict detection has been fixed renametron1-2/+1
this package to "amanda" again.
2000-03-09remove trailing `.'wiz1-1/+1
2000-03-06Allow amanda to build with either the 1.4 chio.h or the post-comdexgroo6-3/+495
chio.h. Note: I do *not* own a SCSI tape changer. Testing appreciated! This patch continues to use the old ioctl on new systems. If it worked before, it should continue to work. Fixes PR pkg/8651.
2000-03-06Depend on Samba 2.0.0 or newer instead of 2.0.*.tron1-2/+2
2000-03-06wildcard samba dependency, as reported in pkg/9554wiz1-2/+2
2000-03-04aCorrectly figure out endiannes on PowerPC platform.scw2-1/+23
This addresses PR/9506 by SUNAGAWA Keiki. (Is the cdrecord-current package still needed?)
2000-03-04Correctly figure out endianness on PowerPC platform.scw2-1/+23
This addresses PR/9506 by SUNAGAWA Keiki.
2000-03-04Restore "cdrecord-current" package. It was already updated to a more recenttron10-1/+125
version than the "cdrecord" package.
2000-03-04Rework patches derived from "mc" so that they search "unzip" etc. intron4-12/+20
"${LOCALBASE}/bin" and not in "${X11BASE}/bin".
2000-03-04Pull up patches from the "mc" package:tron3-1/+29
Make mc use pkgsrc's unzip and unrar, if installed, instead of only looking in /usr/bin.
2000-03-03Remove unnecessary "./" in filenames.tron3-9/+9
2000-03-03After "cdrecord" package has been updated to version 1.8 thetron10-125/+1
"cdrecord-current" package is obsolete.