summaryrefslogtreecommitdiff
path: root/sysutils
AgeCommit message (Collapse)AuthorFilesLines
2003-10-05Update to 0.11.35:wiz2-6/+5
0.11.35 * Brought the copyright in About into 2003. :) * Copying now also copies owner and group information, except for symbolic links. If you really need it for links, let me know. Also note that copying owner info requires root access, and that group copying is very limited for non-root users. See chgrp(2). * Hopefully made Copy signal failure when target file doesn't have full size, which in turn should help Move behave better. * Added an option to always save configuration on exit, which does away with the dialog. Kind of silly, but easy to implement. * Changed logic in internal dir-copy code, so it doesn't fool itself into thinking it fails quite as easily. Note: when copying a dir, gentoo will first *delete* the destination, to ensure that the copy is indeed 1:1 and not a merge. BEWARE! * The internal routine that rescans a pane no longer activates it, which means less flickering focus indication when the other pane rescans due to FAM detecting a modification in its contents. * FAM rescans are now rate-limited, and will not occur more often than once every 300 milliseconds. This limit is not settable at runtime, you need to edit source (gfam.c:96) to change it. * Added call to gtk_set_locale() during startup, suggested by tarot. * Silently assume compiler is GCC, and disregard CFLAGS set by autoconf. In return, --enable-debug now disables optimizing.
2003-10-05Bump PKGREVISION for the latest changes from atatat:veego1-2/+2
Refix build on -current now that procfs and kernfs have churned again.
2003-10-04Refix build on -current now that procfs and kernfs have churned again.atatat4-33/+73
2003-10-04Bumped master sites and home page to the new location, at sourceforge.bgrayson1-4/+3
2003-10-03Update rconfig to 0.22:abs2-5/+5
Indicate which hosts have failed rdist stage
2003-10-02Updated xfce4-minicmd-plugin to 0.2.0martti2-5/+5
* TAB completion against history. (Contributed by Eduard Roccatello)
2003-10-02Updated xfce4-netload-plugin to 0.2.1martti2-5/+5
* Fixed bug #972: The total value in the tooltip is now displayed with fractional portion * Fixed bug #962: Any errors about wrong configuration are now only displayed in a dialog after changing configuration and not after startup. This should help users whose network device is created after dialing-in.
2003-10-01regenchristos1-6/+11
2003-10-01more g++-3 header issues. don't use the compat headers.christos10-150/+130
2003-10-01update sumchristos1-6/+6
2003-10-01regenerate patches with -u1 to avoid $Id getting in the patchchristos5-85/+26
2003-09-30update patch checksumchristos1-2/+10
2003-09-30g++-3.x compliance. std namespaces, etc.christos9-13/+521
2003-09-30Previous patch wasn't complete...mycroft2-4/+21
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-30More GCC3 flotsam.mycroft2-1/+15
2003-09-29Update to rdiff-backup 0.12.5:lukem2-5/+5
New in v0.12.5 (2003/09/27) --------------------------- Fixed bug in --test-server when using --restrict security options (test would fail improperly). Thanks to Maik Schreiber for report. --list-changed-since and --list-at-time now work remotely. Thanks to Morten Werner Olsen for bug report. Fixed logic bug that could make restoring extremely slow and waste memory. Thanks for Jacques Botha for report. Fixed bug restoring some directories when mirror_metadata file was missing (as when made by 0.10.x version). Regressing and restoring as non-root user now works on directories that contain unreadable files and directories as long as they are owned by that user. Bug report by Arkadiusz Miskiewicz. Hopefully this is the last of the unreadable file bugs...
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam5-10/+10
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27patches for darwindanw3-6/+49
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant5-10/+10
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-27Regenerate (fix dependency to pkgconfig).martti7-23/+14
2003-09-26Added xfce4-fm, xfce4-fm-icons, xfce4-minicmd-plugin, xfce4-netload-plugin, ↵martti1-1/+8
xfce4-showdesktop-plugin, xfce4-systemload-plugin and xfce4-systray
2003-09-26Systray plugin for XFce4.martti5-0/+50
2003-09-26System Load plugin for XFce4.martti5-0/+49
2003-09-26Show desktop plugin for XFce4.martti5-0/+51
2003-09-26Network Load plugin for XFce4.martti5-0/+52
2003-09-26Command plugin for XFce4.martti5-0/+49
2003-09-26Additional filemanager icons for XFce4.martti5-0/+1376
2003-09-26Filemanager for XFce4.martti6-0/+251
2003-09-26Update tits to version 1.1.1, after a nudge from Steve Woodford.agc2-5/+5
Changes from previous version: 1.0.3 -> 1.1.0 ~~~~~~~~~~~~~~ 13/04/2003 - Added a "raw" protocol, based on the existing telnet code. - Added a "suppressbanner" client option, for the benefit of the "raw" protocol. 1.1.0 -> 1.1.1 ~~~~~~~~~~~~~~ 1/09/2003 - Added "xonxoff true/false" to the tty server's config file option list to permit changing software flow-control settings. (Requested by Ben Elliston).
2003-09-26Make lsof build under -current againatatat3-3/+36
2003-09-25Update rconfig to 0.21:abs2-5/+5
Implement the much requested 'Adjust rdist output so "updating host" and "updating of X finished" lines are overwritten by following output.
2003-09-25Update rconfig to 0.20:abs2-5/+5
Allow fping to be skipped for all hosts (fping=SKIP in rconfig.conf) or for individual hosts (fping=SKIP on host line in hosts.conf)
2003-09-24Keep the "configure" script from cheating to fix a build problem withtron2-1/+15
GCC 3.3.1.
2003-09-23Add HOMEPAGE, and make compile on non-NetBSD.wiz3-11/+14
From Jonathan Perkin in PR 22909.
2003-09-23Fix installation on Solaris. From Jonathan Perkin in PR 22908.wiz2-1/+17
2003-09-23Fix build on Solaris. From Jonathan Perkin in PR 22907.wiz3-12/+24
2003-09-23Fix installation on Solaris. From Jonathan Perkin in PR 22906.wiz2-1/+17
2003-09-23Fix installation on Solaris. Install man page. Bump PKGREVISION.wiz2-2/+11
From Jonathan Perkin in RP 22905.
2003-09-23Check for __linux__ instead of linux.wiz2-4/+4
2003-09-23Fix build on non-NetBSD. From Jonathan Perkin in PR 22903.wiz2-5/+5
2003-09-23Fix build on Solaris. From Jonathan Perkin in PR 22904.wiz3-11/+34
2003-09-21Update rdiff-backup from 0.12.3 to 0.12.4:lukem2-5/+5
New in v0.12.4 (2003/09/13) --------------------------- Specified socket type as SOCK_STREAM. (Error reported by Erik Forsberg.) Fixed bug backing up unreadable regular files and directories when rdiff-backup is run by root on the source site and non-root on the destination side. (Reported by Troels Arvin and Arkadiusz Miskiewicz.) If there is data missing from the destination dir (for instance if a user mistakenly deletes it), only warn when restoring, instead of exiting with error. Fixed problems with --restrict options that would cause proper sessions to fail. Thanks to Randall Nortman for error report. File examples.html added to distribution; examples section removed from man page.
2003-09-20add patch-ac (hi, mycroft)grant1-1/+2
2003-09-19Update HOMEPAGE and/or MASTER_SITESdent1-2/+2
2003-09-19Snarf a patch from cdrecord -- the kernel has already done a REQUEST SENSE, somycroft1-0/+25
use that result.
2003-09-19Remove patch-ac -- this file has never been committed (mycroft?).wiz1-2/+1
2003-09-19When setting DISTINFO_FILE, also set PATCHDIR.wiz1-1/+2
2003-09-19Update rconfig to 0.19:abs2-6/+5
0.19: Explicitly set PATH in probe.sh Avoid incorrect progress % in Probe list when host failing Fix path to rconfig.conf (Noted by Alan Horn) 0.18: Use correct timeout (do not use rsh_timeout for everything)
2003-09-19The installed library is named 'pciutils' only on NetBSD to avoidcube2-4/+12
collision with the library from base. All other OSes need to know the real name. OK'd by seb@ and agc@. Change my e-mail address, while I'm here.