Changeset 64
- Timestamp:
- 05/31/07 10:46:49
(2 years ago)
- Author:
- zcutlip
- Message:
pam_tally3/Makefile:
-install docs in /usr/share/doc/pam_tally3
scripts/installer.in:
-change faillog to tallylog
RPM/clip.spec:
-update buld section using pushd and popd rather than ghetto cd ../
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r58 |
r64 |
|
| 17 | 17 | |
|---|
| 18 | 18 | %build |
|---|
| | 19 | pushd . |
|---|
| | 20 | cd pam_tally3 |
|---|
| | 21 | make && make install |
|---|
| | 22 | popd |
|---|
| | 23 | pushd . |
|---|
| 19 | 24 | cd scripts/wrappers |
|---|
| 20 | 25 | ./mk_wrappers |
|---|
| 21 | | |
|---|
| | 26 | popd |
|---|
| 22 | 27 | %install |
|---|
| 23 | 28 | rm -rf $RPM_BUILD_ROOT |
|---|
| … | … | |
| 44 | 49 | /usr/share/clip/man/man8/xar.8 |
|---|
| 45 | 50 | /etc/security/pam_env.conf |
|---|
| | 51 | /lib/security/pam_tally3.so |
|---|
| | 52 | /sbin/pam_tally3 |
|---|
| 46 | 53 | /usr/sbin/xar |
|---|
| 47 | 54 | /var/cache/xar |
|---|
| … | … | |
| 62 | 69 | |
|---|
| 63 | 70 | %changelog |
|---|
| | 71 | * Thu May 31 2007 Zachary Cutlip <zcutlip@tresys.com) - |
|---|
| | 72 | -removed BuildArch directive |
|---|
| | 73 | -added pam_tally3 to build section |
|---|
| | 74 | -added pam_tally3 to files seciton |
|---|
| | 75 | |
|---|
| 64 | 76 | * Wed May 23 2007 Zachary Cutlip <zcutlip@tresys.com> - |
|---|
| 65 | 77 | - Removed references to integrity |
|---|
| r57 |
r64 |
|
| 28 | 28 | install -s -o0 -g0 -m755 $(PAM_MODULE) /lib/security |
|---|
| 29 | 29 | install -s -o0 -g0 -m755 $(APP) /sbin |
|---|
| | 30 | install -o0 -g0 -m644 README -D /usr/share/doc/pam_tally3/README |
|---|
| | 31 | install -o0 -g0 -m644 pseudo.txt -D /usr/share/doc/pam_tally3/pseudo.txt |
|---|
| r10 |
r64 |
|
| 46 | 46 | Copy $f /etc/pam.d/$(basename $f .pam) |
|---|
| 47 | 47 | done |
|---|
| 48 | | touch /var/log/faillog # so that pam_tally works |
|---|
| | 48 | touch /var/log/tallylog3 # so that pam_tally3 works |
|---|
| 49 | 49 | } |
|---|
| 50 | 50 | |
|---|
Download in other formats:
* Generating other formats may take time.