aboutsummaryrefslogtreecommitdiff
path: root/sysutils
Commit message (Collapse)AuthorAgeFilesLines
* Add ruby-quota, a Ruby library to manipulate filesystem quotas.Akinori MUSHA2001-06-219-0/+154
| | | | Notes: svn path=/head/; revision=44278
* - This patch is unnecessary for port version 0.84 added in rev 1.5Mario Sergio Fujikawa Ferreira2001-06-211-55/+0
| | | | | | | | | | | of Makefile - Overlook on port update PR: 28266 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44267
* Update modules: file, useradmin.Jimmy Olgeni2001-06-192-6/+6
| | | | Notes: svn path=/head/; revision=44234
* Use proper syntax in chownJames E. Housley2001-06-191-1/+1
| | | | | | | | PR: 28263 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=44194
* better etc file managementYing-Chieh Liao2001-06-174-12/+42
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=44114
* Add etc/ files management, and preserve etc/monitord.conf at "make install"Jimmy Olgeni2001-06-173-4/+9
| | | | | | | time (it was overwritten by the program's Makefile). Notes: svn path=/head/; revision=44113
* Whoops, 20010617 had an installation problem.Akinori MUSHA2001-06-174-4/+4
| | | | Notes: svn path=/head/; revision=44102
* Revise pkg-descr.Akinori MUSHA2001-06-172-26/+38
| | | | Notes: svn path=/head/; revision=44095
* Update to 20010617.Akinori MUSHA2001-06-176-4/+8
| | | | | | | | | | | | | | portupgrade: Add a new option: -N/--new. If it is specified, portupgrade installs a new one when a specified package is not installed. portinstall: New command equivalent to `portupgrade -N'. You can specify a port origin to name the one you want to install, too: e.g. `portinstall shells/zsh' Notes: svn path=/head/; revision=44093
* add management for etc filesYing-Chieh Liao2001-06-172-2/+10
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=44080
* Change maintainer's email address:Peter Pentchev2001-06-161-1/+1
| | | | | | | | | | clefevre@citeweb.net -> clefevre@redirect.to PR: 27867 (followup) Submitted by: maintainer Notes: svn path=/head/; revision=44066
* Update modules: lpadmin, useradmin, file.Jimmy Olgeni2001-06-162-3/+6
| | | | Notes: svn path=/head/; revision=44059
* Update to 4.56.4.David E. O'Brien2001-06-162-11/+15
| | | | | | | This fixes the fdescfs support in the latest 5-CURRENT (post FS /sys reorg). Notes: svn path=/head/; revision=44056
* Update to version 1.45David W. Chapman Jr.2001-06-164-13/+5
| | | | | | | | | | | Remove unneeded patch (patch-ae) Add new locales in pkg-plist PR: 27920 Submitted by: maintainer Notes: svn path=/head/; revision=44053
* Fix a typo that breaks the Makefile.David E. O'Brien2001-06-161-1/+1
| | | | Notes: svn path=/head/; revision=44052
* LSOF's configure uses `FREEBSD_SYS' as a way to override /usr/src/sys asDavid E. O'Brien2001-06-161-5/+7
| | | | | | | | | the path to the kernel sources. Make the port Makefile follow suit. Submitted by: dd Notes: svn path=/head/; revision=44051
* spell checkDavid E. O'Brien2001-06-151-2/+2
| | | | Notes: svn path=/head/; revision=44050
* Update to 4.56.3.David E. O'Brien2001-06-152-4/+4
| | | | | | | | | LSOF now *requires* a populated /usr/src if building on a machine using devfs (ie, 5-CURRENT). There is no other currently existing way for it to get the information it needs. Notes: svn path=/head/; revision=44045
* Update to 20010615.Akinori MUSHA2001-06-154-4/+16
| | | | | | | | | | | | | This is a maintenance release. - Manpages provided. - Ports DB got faster. - Wording fixed. - New feature added to portsdb(1): you can use it to expand port/pkgname globs. (archivers/p5-*, zsh, gnome*, etc.) Notes: svn path=/head/; revision=44017
* Use ${PYTHON_SITELIBDIR} where appropriate.Maxim Sobolev2001-06-131-2/+2
| | | | Notes: svn path=/head/; revision=43941
* Add colorize 0.3.0, a robust log colorizer.Mark Pulford2001-06-137-0/+57
| | | | | | | | PR: 28113 Submitted by: petef@databits.net Notes: svn path=/head/; revision=43932
* Update modules "useradmin" and "cron".Jimmy Olgeni2001-06-122-3/+5
| | | | | | | Remove unused WEBMIN_SERVER variable. Notes: svn path=/head/; revision=43922
* Updated MAINTAINER to my new committer email address.Anton Berezin2001-06-128-8/+8
| | | | | | | | | Do the same for pkg-descr files. Approved by: markm Notes: svn path=/head/; revision=43917
* upgrade to 1.0.6Ying-Chieh Liao2001-06-1210-34/+38
| | | | | | | change master site & WWW Notes: svn path=/head/; revision=43880
* Remove -O and -Wall from CFLAGS and use whatever's already thereBrian Somers2001-06-111-1/+1
| | | | | | | Suggested by: will Notes: svn path=/head/; revision=43821
* Fix some option-parsing bugs (missing breaks)Brian Somers2001-06-103-2/+80
| | | | | | | | Change sprintf -> snprintf Change -O2 -> -O Notes: svn path=/head/; revision=43785
* Oops, wrong checksum.Akinori MUSHA2001-06-102-2/+2
| | | | Notes: svn path=/head/; revision=43781
* Update to 20010611, with many changes and enhancements.Akinori MUSHA2001-06-108-8/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beware of bugs, just in case. ;) portupgrade: - Sort packages by default and remove -s/--sort. - Rename -y/--yield/-Y/--yield-command to -s/--sudo/-S/--sudo-command. - Implement -a/--all. - Implement -x/--exclude=GLOB. - Exit on OptionParser::ParseError immediately. - Do not call "make fetch-recursive" but just "make fetch", now that portupgrade does recursion itself. - In fetch mode, specify -DPACKAGE_BUILDING for ports that define IS_INTERACTIVE. [Submitted by: Jimmy Olgeni <olgeni@uli.it>]] portversion: - Exit on OptionParser::ParseError immediately. portsdb: - New tool: which updates INDEX and INDEX.db in the ports directory. pkgdepfix: - Implement origin fixer with intelligent guessing, finally! (-o/--fix-origin) - Make pkgdep guessing more intelligent. Notes: svn path=/head/; revision=43780
* Do not record @srcdir.Akinori MUSHA2001-06-102-5/+6
| | | | | | | Submitted by: Jimmy Olgeni <olgeni@uli.it> Notes: svn path=/head/; revision=43779
* Add new port, Slay, a utility that kills a persons shell, as well as any ↵David W. Chapman Jr.2001-06-106-0/+31
| | | | | | | | | | | process belonging to that user. PR: 27704 Submitted by: Jeff Palmer <scorpio@drkshdw.org> Reviewed by: keichii Notes: svn path=/head/; revision=43772
* - Update port to version 0.84Mario Sergio Fujikawa Ferreira2001-06-094-4/+18
| | | | | | | | | | | | - Add windowmaker as secondary category - Add NOPORTDOCS support to Makefile and PLIST - Update WWW tag inside DESCR Submitted by: Patrick Li <pat@databits.net> Approved by: maintainer (timeout after 2 weeks) Notes: svn path=/head/; revision=43720
* Chase distfile checksum. A diff with the previous release shows that onlyJimmy Olgeni2001-06-092-1/+2
| | | | | | | | | some German related message files have been changed. Noticed by: Mars G Miro <mars@cannoncreek.com> Notes: svn path=/head/; revision=43700
* Clarify that portupgrade can do upgrade by means of both the port andAkinori MUSHA2001-06-094-8/+8
| | | | | | | the package. Notes: svn path=/head/; revision=43693
* Change pkg_tarup to ${LOCALBASE}/sbin/pkg_tarup in RUN_DEPENDS.Akinori MUSHA2001-06-092-2/+2
| | | | | | | Found by: bento Notes: svn path=/head/; revision=43676
* timelimit executes a command and terminates the spawned processPeter Pentchev2001-06-086-0/+33
| | | | | | | | | | | | after a given time with a given signal. A 'warning' signal is sent first, then, after a timeout, a 'kill' signal, similar to the way init(8) operates on shutdown. WWW: http://ringwraith.online.bg/devel/sys/timelimit/ Author: Peter Pentchev <roam@orbitel.bg> Notes: svn path=/head/; revision=43667
* Updated MAINTAINER to my new committer email addressMark Pulford2001-06-086-6/+6
| | | | | | | Reviewed by: will Notes: svn path=/head/; revision=43629
* Updates the msyslog port to the latest version: 1.04dJames E. Housley2001-06-073-7/+10
| | | | | | | | PR: 27856 Submitted by: Anders Nordby <anders@fix.no> Notes: svn path=/head/; revision=43591
* Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.netPeter Pentchev2001-06-073-6/+6
| | | | | | | | | PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;) Notes: svn path=/head/; revision=43582
* URL was changed.Munechika SUMIKAWA2001-06-072-2/+3
| | | | Notes: svn path=/head/; revision=43580
* Update to 20010607b.Akinori MUSHA2001-06-074-4/+4
| | | | | | | | | | | | | | | portupgrade: - Change the meaning of -P/--use-packages. If specified once, it uses packages whenever available or uses ports. If specified twice, it never try to use ports but only uses packages. - The package directory is now specified via the environment variable, by PKGREPOSITORY and PKGREPOSITORYSUBDIR. Print the usages to stdout instead of stderr. Notes: svn path=/head/; revision=43575
* Update to 20010607.Akinori MUSHA2001-06-066-4/+8
| | | | | | | | | | | | | | portupgrade: - Implement -P/--use-packages, which everyone bugged me with. :> pkgdepfix: - Add "delete" to the choices as to how to deal with a stale dependency. - Alter the prompt message. - Add zsh compdef. Notes: svn path=/head/; revision=43568
* Update port to version 0.86, add better handling of BATCH in "make install"Jimmy Olgeni2001-06-064-30/+35
| | | | | | | | | | | and pkg_add, don't let setup.sh start the service. The setup script is now automatically called when not installing in batch mode. Also, "borrow" better pkg-plist implementation from the vim5 port: it allows to have @execs at the end of pkg-plist (thanks to O'Brien :-)) Notes: svn path=/head/; revision=43560
* Update to 20010606b.Akinori MUSHA2001-06-064-4/+4
| | | | | | | | | | | | | | | | | pkgdepfix: - Implement automatic guessing. - Add yes-to-all to the choices of yes/no prompt. - Do "stty sane" on interrupt. portupgrade: - Backing up +REQUIRED_BY must have been done before pkg_delete. [Submitted by: SASAKI Katuhiro <sahiro@vanilla.freemail.ne.jp>] Because of the portupgrade bug, portupgrade -u would have broken some of your +REQUIRED_BY files. Please fix them up with pkgdepfix. Notes: svn path=/head/; revision=43554
* From now on I use release dates for this port's version numbers, andAkinori MUSHA2001-06-0510-24/+34
| | | | | | | | | | | this is version 20010606. A new tool pkgdepfix is added. It allows you to interactively fix /var/db/pkg's @pkgdep / +REQUIRED_BY discrepancies. Run this periodically to let portupgrade properly trace dependencies. Notes: svn path=/head/; revision=43542
* Cosmetic only: make some layout fixes, make some commands silent.Jimmy Olgeni2001-06-051-18/+18
| | | | Notes: svn path=/head/; revision=43530
* Update to version 1.17Kevin Lo2001-06-052-3/+3
| | | | | | | | PR: 27871 Submitted by: MAINTAINER Notes: svn path=/head/; revision=43526
* mdoc(7) police: minor markup cleanup.Ruslan Ermilov2001-06-041-6/+3
| | | | Notes: svn path=/head/; revision=43487
* Beautify a little with an @, and correct the sed for PREFIXDoug Barton2001-06-041-1/+1
| | | | | | | to not include the trailing slash. Notes: svn path=/head/; revision=43476
* Add diskcheck-daemon.Poul-Henning Kamp2001-06-034-0/+1031
| | | | | | | | | | | | | | | | With a small disk being 20GB these days, chances are pretty good that an ailing sector will not be read while still being recoverable by the drive. Diskcheck daemon will read disks in the background at a low rate and that way give the diskdrive a chance to detect and correct soft read errors before they become hard errors. Idea by: phk Written by: ben Notes: svn path=/head/; revision=43474
* Update portupgrade to 1.42.Akinori MUSHA2001-06-024-6/+6
| | | | | | | | | | | | | I think I have finally fixed the problem some people have seen that it deletes a package registry in some cases! At the same time, -m and -p now works properly again. Those problems were all due to Shellwords::shellwords' destroying its given string. Thanks to Tadayuki OKADA <tadayuki@mediaone.net> for sending me a report that made me realize what the problem was. Notes: svn path=/head/; revision=43428