Path to this page:
./
wip/util-linux,
Miscellaneous essential utilities for Linux systems
Branch: CURRENT,
Version: 2.12rnb1,
Package name: util-linux-2.12rnb1,
Maintainer: reedutil-linux is a suite of essential utilities for Linux systems.
This includes various user tools like: arch, cal, chkdupexe, col, colcrt,
colrm, column, cytune, ddate, dmesg, fdformat, getopt, hexdump, ipcrm,
ipcs, isosize, kill, line, logger, look, mcookie, more, mount, namei,
pg, raw, rename, renice, rev, script, setfdprm, setsid, setterm, tailf,
ul, umount, whereis, and write.
And administrator tools like: agetty, blockdev, cfdisk, ctrlaltdel,
elvtune, fdisk, fsck.cramfs, fsck.minix, hwclock, losetup, mkfs, mkfs.bfs,
mkfs.cramfs, mkfs.minix, mkswap, pivot_root, ramsize, rdev, readprofile,
rootflags, sfdisk, sln, swapoff, swapon, tunelp and vidmode.
Required to build:[
pkgtools/cwrappers]
Master sites: (Expand)
RMD160: 700e25d825886f85c13e9a5102645d286f31e23b
Filesize: 1946.021 KB
Version history: (Expand)
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Package has been reborn
- (2020-09-29) Package has been reborn
- (2020-09-29) Package deleted from pkgsrc
- (2020-01-02) Package has been reborn
CVS history: (Expand)
2012-10-07 19:41:39 by Aleksej Saushev | Files touched by this commit (52) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2009-10-11 12:45:10 by Thomas Klausner | Files touched by this commit (261) |
Log message:
Remove obsolete @dirrm lines.
|
2008-06-05 00:14:11 by Tonnerre | Files touched by this commit (1) |
Log message:
Add entry about CVE-2007-5191 to util-linux.
|
2008-03-08 20:19:49 by Jeremy C. Reed | Files touched by this commit (1) |
Log message:
Conflicts with ddate.
|
2006-03-20 19:34:34 by Johnny C. Lam | Files touched by this commit (2) |
Log message:
Use PKGINFODIR instead of obsolete INFO_DIR. List the info files
directly in the PLIST.
|
2006-03-14 02:28:12 by Johnny C. Lam | Files touched by this commit (27) |
Log message:
Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
|
2005-12-19 20:13:10 by Jeremy C. Reed | Files touched by this commit (4) |
Log message:
Update to util-linux-2.12r.
Remove and reorder some MASTER_SITES.
Use :Q for some make variables.
Don't need to define PKGMANDIR anymore.
Now installs flock and flock manpage and locale files.
Various changes:
* cfdisk: fix a segfault with ReiserFS partitions
* umount: disallow -r option for non-root users
* cfdisk: fix number of new partition when partitions not in disk order
* fdisk: fix Sun label handling in sector mode
* mkfs: never truncate filename (not that that ever happened)
* more: fix redraw flaw
and many more.
This package still installs "kill". Need to fix this.
|
2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79) |
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.
Manually reviewed the changes.
|