pkgsrc-wip/util-linux/PLIST

145 lines
2.6 KiB
Text
Raw Normal View History

2009-10-11 12:44:24 +02:00
@comment $NetBSD: PLIST,v 1.7 2009/10/11 10:45:23 thomasklausner Exp $
bin/arch
bin/cal
bin/chkdupexe
bin/col
bin/colcrt
bin/colrm
bin/column
bin/cytune
bin/ddate
bin/dmesg
bin/fdformat
bin/flock
bin/getopt
bin/hexdump
bin/ipcrm
bin/ipcs
bin/isosize
bin/kill
bin/line
bin/logger
bin/look
bin/mcookie
bin/more
bin/mount
bin/namei
bin/pg
bin/raw
bin/rename
bin/renice
bin/rev
bin/script
bin/setfdprm
bin/setsid
bin/setterm
Update to util-linux-2.12b. (Newest version may be util-linux-2.12h but not on mirrors.) Added some MASTER_SITES. Fixed how manpages and info files are installed. New tool installed: tailf. Add example file to PLIST. patch-ac and patch-ad removed. They were for compatibility with different Linux kernel versions. Here are the changes from previous version: util-linux 2.12b * chsh: improved error message * dmesg: ask kernel proper buffer size * losetup: handle 64-bit offsets * blockdev: also report BLKGETSIZE64 result * blockdev, elvtune, fdisk: handle new kernel _IOR,_IOW defines * fdisk: remove strange "ends in a digit" heuristic * fdisk: also list Solaris as possible type for 0x82 * mount: added --rbind option * mount: use blkid library * mount: support reiserfs mount by label * mount: attempt to use the right definition of dev_t in struct loopinfo * mount.8: jfs mount options added * readprofile: new -s option * rename.1: added ref to mmv.1 * replay: renamed to scriptreplay; correct typos * script: do not use locale for time delay floating point number format * sfdisk: error messages to stderr * New Catalan, Dutch, Finnish, French, German, Spanish, Swedish, Turkish, Ukrainian messages util-linux 2.12a * chfn, chsh, login, vipw: SElinux support * fdisk: fix for kernels 2.4.15-2.4.17 * fdisk: fix when all partitions are in use * hwclock: add a timeout when waiting for a clock update (G<F6>ran Weinholt) * ipcs: compilation fix * ipcs: shminfo.shmall gives pages * login: use getutline() instead of getutid() * login: fix for 64-bit time_t * mount: efs support * partx: bigendian fix * readprofile: support for 64-bit addresses * setterm: fix klogctl error message (Joern Heissler) * setterm.1: clarification * sfdisk: fix check for is_ide_cdrom_or_tape * umount: skip proc, devfs, devpts on umount -a util-linux 2.12 * losetup: cryptoloop support * losetup: -p option specifies fd for passphrase * fdisk: sgi layout fix * mount: -p option specifies fd for passphrase * mount: recognize some PCDOS floppies * umount: in "umount name", first try to interpret "name" as a mount point util-linux 2.12pre * Catalan messages (Antoni Bella Perez) * Danish messages (Claus Hindsgaul) * Dutch messages (Taco Witte) * Finnish messages (Lauri Nurmi) * French messages (Michel Robitaille) * German messages (Michael Piefel) * Slovenian messages (Primoz Peterlin) * Spanish messages (Santiago Vila Doncel) * Swedish messages (Christian Rose) * Turkish messages (Nilg<FC>n Belma Bug<FC>ner) * cfdisk: localize the Y/N answer, improve printing localized messages * cfdisk: make various variables long long - some disks are close to 2 TB * cfdisk: use BLKGETSIZE64 * fdisk: make various variables unsigned to lengthen the life of 32-bit vars * fdisk: some sgi fixes (Phillip Kesling) * fdisk: k=1000, K=1024 * fdisk: removed last occurrences of HDIO_REQ * fdisk: use BLKGETSIZE64 * hwclock: fix rtc test (Heiko Zuerker) * login: set a timeout on printing the timeout message (Robert Ambrose) * md5: x86_64 fix (mmj) * more: POSIX fixes * mount: do not supply MS_MGC_VAL when there are conflicting flags * mount: ncp and smb are called smbfs and ncpfs - global change * mount: add support for xvm mount by label (Eric Sandeen) * mount: correct hfs magic recognition * mount: keep original umask - it influences the mount call (mmj) * raw.8: documented unbinding of raw devices * readprofile: fixed off-by eight error (Werner Almesberger) * script: add -c option (Wayne Davison) * sfdisk.8: added an example of partitioning with logical partitions * sfdisk: only add a AA55 signature for DOS-type partition tables * tailf: new (Rik Faith)
2004-10-19 22:01:18 +02:00
bin/tailf
bin/ul
bin/umount
bin/whereis
bin/write
info/ipc.info
man/man1/arch.1
man/man1/cal.1
man/man1/chkdupexe.1
man/man1/col.1
man/man1/colcrt.1
man/man1/colrm.1
man/man1/column.1
man/man1/ddate.1
man/man1/flock.1
man/man1/getopt.1
man/man1/hexdump.1
man/man1/kill.1
man/man1/line.1
man/man1/logger.1
man/man1/look.1
man/man1/mcookie.1
man/man1/more.1
man/man1/namei.1
man/man1/pg.1
man/man1/readprofile.1
man/man1/rename.1
man/man1/rev.1
man/man1/script.1
man/man1/setterm.1
Update to util-linux-2.12b. (Newest version may be util-linux-2.12h but not on mirrors.) Added some MASTER_SITES. Fixed how manpages and info files are installed. New tool installed: tailf. Add example file to PLIST. patch-ac and patch-ad removed. They were for compatibility with different Linux kernel versions. Here are the changes from previous version: util-linux 2.12b * chsh: improved error message * dmesg: ask kernel proper buffer size * losetup: handle 64-bit offsets * blockdev: also report BLKGETSIZE64 result * blockdev, elvtune, fdisk: handle new kernel _IOR,_IOW defines * fdisk: remove strange "ends in a digit" heuristic * fdisk: also list Solaris as possible type for 0x82 * mount: added --rbind option * mount: use blkid library * mount: support reiserfs mount by label * mount: attempt to use the right definition of dev_t in struct loopinfo * mount.8: jfs mount options added * readprofile: new -s option * rename.1: added ref to mmv.1 * replay: renamed to scriptreplay; correct typos * script: do not use locale for time delay floating point number format * sfdisk: error messages to stderr * New Catalan, Dutch, Finnish, French, German, Spanish, Swedish, Turkish, Ukrainian messages util-linux 2.12a * chfn, chsh, login, vipw: SElinux support * fdisk: fix for kernels 2.4.15-2.4.17 * fdisk: fix when all partitions are in use * hwclock: add a timeout when waiting for a clock update (G<F6>ran Weinholt) * ipcs: compilation fix * ipcs: shminfo.shmall gives pages * login: use getutline() instead of getutid() * login: fix for 64-bit time_t * mount: efs support * partx: bigendian fix * readprofile: support for 64-bit addresses * setterm: fix klogctl error message (Joern Heissler) * setterm.1: clarification * sfdisk: fix check for is_ide_cdrom_or_tape * umount: skip proc, devfs, devpts on umount -a util-linux 2.12 * losetup: cryptoloop support * losetup: -p option specifies fd for passphrase * fdisk: sgi layout fix * mount: -p option specifies fd for passphrase * mount: recognize some PCDOS floppies * umount: in "umount name", first try to interpret "name" as a mount point util-linux 2.12pre * Catalan messages (Antoni Bella Perez) * Danish messages (Claus Hindsgaul) * Dutch messages (Taco Witte) * Finnish messages (Lauri Nurmi) * French messages (Michel Robitaille) * German messages (Michael Piefel) * Slovenian messages (Primoz Peterlin) * Spanish messages (Santiago Vila Doncel) * Swedish messages (Christian Rose) * Turkish messages (Nilg<FC>n Belma Bug<FC>ner) * cfdisk: localize the Y/N answer, improve printing localized messages * cfdisk: make various variables long long - some disks are close to 2 TB * cfdisk: use BLKGETSIZE64 * fdisk: make various variables unsigned to lengthen the life of 32-bit vars * fdisk: some sgi fixes (Phillip Kesling) * fdisk: k=1000, K=1024 * fdisk: removed last occurrences of HDIO_REQ * fdisk: use BLKGETSIZE64 * hwclock: fix rtc test (Heiko Zuerker) * login: set a timeout on printing the timeout message (Robert Ambrose) * md5: x86_64 fix (mmj) * more: POSIX fixes * mount: do not supply MS_MGC_VAL when there are conflicting flags * mount: ncp and smb are called smbfs and ncpfs - global change * mount: add support for xvm mount by label (Eric Sandeen) * mount: correct hfs magic recognition * mount: keep original umask - it influences the mount call (mmj) * raw.8: documented unbinding of raw devices * readprofile: fixed off-by eight error (Werner Almesberger) * script: add -c option (Wayne Davison) * sfdisk.8: added an example of partitioning with logical partitions * sfdisk: only add a AA55 signature for DOS-type partition tables * tailf: new (Rik Faith)
2004-10-19 22:01:18 +02:00
man/man1/tailf.1
man/man1/ul.1
man/man1/whereis.1
man/man1/write.1
man/man5/fstab.5
man/man5/nfs.5
man/man8/agetty.8
man/man8/blockdev.8
man/man8/cfdisk.8
man/man8/ctrlaltdel.8
man/man8/cytune.8
man/man8/dmesg.8
man/man8/elvtune.8
man/man8/fdformat.8
man/man8/fdisk.8
man/man8/fsck.minix.8
man/man8/hwclock.8
man/man8/ipcrm.8
man/man8/ipcs.8
man/man8/isosize.8
man/man8/losetup.8
man/man8/mkfs.8
man/man8/mkfs.bfs.8
man/man8/mkfs.minix.8
man/man8/mkswap.8
man/man8/mount.8
man/man8/pivot_root.8
man/man8/raw.8
man/man8/renice.8
man/man8/setfdprm.8
man/man8/setsid.8
man/man8/sfdisk.8
man/man8/sln.8
man/man8/swapoff.8
man/man8/swapon.8
man/man8/tunelp.8
man/man8/umount.8
sbin/agetty
sbin/blockdev
sbin/cfdisk
sbin/ctrlaltdel
sbin/elvtune
sbin/fdisk
sbin/fsck.cramfs
sbin/fsck.minix
sbin/hwclock
sbin/losetup
sbin/mkfs
sbin/mkfs.bfs
sbin/mkfs.cramfs
sbin/mkfs.minix
sbin/mkswap
sbin/pivot_root
sbin/readprofile
sbin/sfdisk
sbin/swapoff
sbin/swapon
sbin/tunelp
Update to util-linux-2.12b. (Newest version may be util-linux-2.12h but not on mirrors.) Added some MASTER_SITES. Fixed how manpages and info files are installed. New tool installed: tailf. Add example file to PLIST. patch-ac and patch-ad removed. They were for compatibility with different Linux kernel versions. Here are the changes from previous version: util-linux 2.12b * chsh: improved error message * dmesg: ask kernel proper buffer size * losetup: handle 64-bit offsets * blockdev: also report BLKGETSIZE64 result * blockdev, elvtune, fdisk: handle new kernel _IOR,_IOW defines * fdisk: remove strange "ends in a digit" heuristic * fdisk: also list Solaris as possible type for 0x82 * mount: added --rbind option * mount: use blkid library * mount: support reiserfs mount by label * mount: attempt to use the right definition of dev_t in struct loopinfo * mount.8: jfs mount options added * readprofile: new -s option * rename.1: added ref to mmv.1 * replay: renamed to scriptreplay; correct typos * script: do not use locale for time delay floating point number format * sfdisk: error messages to stderr * New Catalan, Dutch, Finnish, French, German, Spanish, Swedish, Turkish, Ukrainian messages util-linux 2.12a * chfn, chsh, login, vipw: SElinux support * fdisk: fix for kernels 2.4.15-2.4.17 * fdisk: fix when all partitions are in use * hwclock: add a timeout when waiting for a clock update (G<F6>ran Weinholt) * ipcs: compilation fix * ipcs: shminfo.shmall gives pages * login: use getutline() instead of getutid() * login: fix for 64-bit time_t * mount: efs support * partx: bigendian fix * readprofile: support for 64-bit addresses * setterm: fix klogctl error message (Joern Heissler) * setterm.1: clarification * sfdisk: fix check for is_ide_cdrom_or_tape * umount: skip proc, devfs, devpts on umount -a util-linux 2.12 * losetup: cryptoloop support * losetup: -p option specifies fd for passphrase * fdisk: sgi layout fix * mount: -p option specifies fd for passphrase * mount: recognize some PCDOS floppies * umount: in "umount name", first try to interpret "name" as a mount point util-linux 2.12pre * Catalan messages (Antoni Bella Perez) * Danish messages (Claus Hindsgaul) * Dutch messages (Taco Witte) * Finnish messages (Lauri Nurmi) * French messages (Michel Robitaille) * German messages (Michael Piefel) * Slovenian messages (Primoz Peterlin) * Spanish messages (Santiago Vila Doncel) * Swedish messages (Christian Rose) * Turkish messages (Nilg<FC>n Belma Bug<FC>ner) * cfdisk: localize the Y/N answer, improve printing localized messages * cfdisk: make various variables long long - some disks are close to 2 TB * cfdisk: use BLKGETSIZE64 * fdisk: make various variables unsigned to lengthen the life of 32-bit vars * fdisk: some sgi fixes (Phillip Kesling) * fdisk: k=1000, K=1024 * fdisk: removed last occurrences of HDIO_REQ * fdisk: use BLKGETSIZE64 * hwclock: fix rtc test (Heiko Zuerker) * login: set a timeout on printing the timeout message (Robert Ambrose) * md5: x86_64 fix (mmj) * more: POSIX fixes * mount: do not supply MS_MGC_VAL when there are conflicting flags * mount: ncp and smb are called smbfs and ncpfs - global change * mount: add support for xvm mount by label (Eric Sandeen) * mount: correct hfs magic recognition * mount: keep original umask - it influences the mount call (mmj) * raw.8: documented unbinding of raw devices * readprofile: fixed off-by eight error (Werner Almesberger) * script: add -c option (Wayne Davison) * sfdisk.8: added an example of partitioning with logical partitions * sfdisk: only add a AA55 signature for DOS-type partition tables * tailf: new (Rik Faith)
2004-10-19 22:01:18 +02:00
share/examples/util-linux/fdprm
share/locale/ca/LC_MESSAGES/util-linux.mo
share/locale/cs/LC_MESSAGES/util-linux.mo
share/locale/da/LC_MESSAGES/util-linux.mo
share/locale/de/LC_MESSAGES/util-linux.mo
share/locale/es/LC_MESSAGES/util-linux.mo
share/locale/et/LC_MESSAGES/util-linux.mo
share/locale/fi/LC_MESSAGES/util-linux.mo
share/locale/fr/LC_MESSAGES/util-linux.mo
share/locale/it/LC_MESSAGES/util-linux.mo
share/locale/ja/LC_MESSAGES/util-linux.mo
share/locale/nl/LC_MESSAGES/util-linux.mo
share/locale/pt_BR/LC_MESSAGES/util-linux.mo
share/locale/sl/LC_MESSAGES/util-linux.mo
share/locale/sv/LC_MESSAGES/util-linux.mo
share/locale/tr/LC_MESSAGES/util-linux.mo
share/locale/uk/LC_MESSAGES/util-linux.mo
share/misc/getopt/getopt-parse.bash
share/misc/getopt/getopt-parse.tcsh
share/misc/getopt/getopt-test.bash
share/misc/getopt/getopt-test.tcsh