summaryrefslogtreecommitdiffstats
path: root/misc-utils/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* chkdupexe: remove, deprecated for yearsKarel Zak2013-03-141-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: ignore chkdupexeSami Kerola2013-01-101-0/+1
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* uuidd: use configured run state directory in manual etcSami Kerola2012-07-101-0/+3
| | | | | | | [kzak@redhat.com: - minor clean up in configure.in] Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-20/+0Star
| | | | | | | - move all binaries to top-level .gitignore - remove unnecessary */.gitignore files Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidd: add systemd unit filesPetr Uzel2012-05-041-0/+1
| | | | | | | | Add systemd unit files which use the socket activation mechanism of systemd. The uuidd deamon is started upon first request on the socket and quits after 1 minute of inactivity. Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
* eject: use BUILD_EJECT, move to sys-utilsKarel Zak2012-04-051-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: add eject to .gitignoreKarel Zak2012-03-271-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lslocks: new commandDavidlohr Bueso2012-02-291-0/+2
| | | | | | | | | | | | | | | | | The new lslocks(8) program is meant to replace the deprecated lslk(8). It is designed for simplicity and removes unnecessary Unix legacy outputs and options: - Don't output inode number, whence and maj:min device numbers. - Don't provide nonblocking syscall options stat(2) and readlink(2) - Remove lslk's alternate default kernel name list file path (-k) The option to use nonblocking calls was previously intended for NFS partitions; however this should be transparent to utility programs considering that timeouts can occur generically (fuse - sshfs, NFS, netdevs, etc). Signed-off-by: Davidlohr Bueso <dave@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: move write to term-utils directorySami Kerola2011-06-251-1/+0Star
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: add term-utils/.gitignoreKarel Zak2011-03-021-1/+0Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* lsblk: add new utilityMilan Broz2010-11-241-0/+1
| | | | | Signed-off-by: Milan Broz <mbroz@redhat.com> Signed-off-by: Karel Zak <kzak@redhat.com>
* findmnt: add new commandKarel Zak2010-06-031-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* wipefs: new commandKarel Zak2009-10-061-0/+1
| | | | | | | | | | | | | | | | # ./wipefs /dev/sda4 offset type ---------------------------------------------------------------- 0xff6 swap [other] UUID: da6c54ea-77d9-470a-82f1-e793fd5d9131 0x36 vfat [filesystem] UUID: 497F-3013 # ./wipefs --offset 0x36 /dev/sda4 8 bytes [46 41 54 31 32 20 20 20] erased at offset 0x36 (vfat) Signed-off-by: Karel Zak <kzak@redhat.com>
* blkid: move to misc-utils/ directoryKarel Zak2009-07-021-0/+2
| | | | | | | The others utilities are in one of the top-level directories. That's confusing to have blkid(8) and findfs(8) in shlibs/ tree. Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidd: new command (UUID daemon from e2fsprogs)Karel Zak2009-05-221-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* uuidgen: new command (from e2fsprogs)Karel Zak2009-05-221-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: update .gitignore filesKarel Zak2008-04-141-0/+2
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: ignore a bunch of generated files, mostly binariesJames Youngman2008-04-141-0/+10
| | | | | Signed-off-by: James Youngman <jay@gnu.org> Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: let configure instantiate the misc-utils/*.pl scriptsStepan Kasal2007-05-161-0/+2
The substitution of @PERL@ is most done with AC_CONFIG_FILES. Signed-off-by: Stepan Kasal <skasal@redhat.com>