Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build aid, eid, and gid as binaries (were scripts) | Jim Meyering | 2008-05-28 | 1 | -3/+0 |
| | | | | | | | | | | | | | | * src/lid.c: Include "lid.h". (main): Set defaults based on new global, lid_mode. * src/Makefile.am (bin_PROGRAMS): Add aid, eid, gid. (dist_bin_SCRIPTS): Remove them from this list. (noinst_HEADERS, aid_SOURCES, eid_SOURCES): Define. (gid_SOURCES, lid_SOURCES): Define. * src/aid, src/eid, src/gid: Remove scripts. * src/lid-aid.c, src/lid-eid.c, src/lid-gid.c, src/lid-lid.c: * src/lid.h: New files. * man/Makefile.am (aid.1, eid.1, gid.1): Adjust dependencies. * .gitignore: Add src/aid, src/eid, src/gid. | ||||
* | aid, eid, gid: Make these scripts executable in srcdir. | Jim Meyering | 2008-02-14 | 1 | -0/+0 |
| | | | | | | | | | This fixes a test failure that would occur when "aid" is not already installed anywhere in your search PATH. * src/aid: chmod a+x. * src/eid: Likewise. * src/gid: Likewise. Reported by Bob Proulx. | ||||
* | imported from id-utils-3.1r3_1 | Greg McGary | 1997-04-18 | 1 | -2/+2 |
| | |||||
* | Initial revision | Greg McGary | 1997-04-18 | 1 | -0/+3 |