Changeset 64

Show
Ignore:
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
  • trunk/RHEL5/RPM/clip.spec

    r58 r64  
    1717 
    1818%build 
     19pushd . 
     20cd pam_tally3 
     21make && make install 
     22popd 
     23pushd . 
    1924cd scripts/wrappers 
    2025./mk_wrappers 
    21  
     26popd 
    2227%install 
    2328rm -rf $RPM_BUILD_ROOT 
     
    4449/usr/share/clip/man/man8/xar.8 
    4550/etc/security/pam_env.conf 
     51/lib/security/pam_tally3.so 
     52/sbin/pam_tally3 
    4653/usr/sbin/xar 
    4754/var/cache/xar 
     
    6269 
    6370%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 
    6476* Wed May 23 2007 Zachary Cutlip <zcutlip@tresys.com> - 
    6577- Removed references to integrity 
  • trunk/RHEL5/pam_tally3/Makefile

    r57 r64  
    2828        install -s -o0 -g0 -m755 $(PAM_MODULE) /lib/security 
    2929        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 
  • trunk/RHEL5/scripts/installer.in

    r10 r64  
    4646        Copy $f /etc/pam.d/$(basename $f .pam) 
    4747    done 
    48     touch /var/log/faillog    # so that pam_tally works 
     48    touch /var/log/tallylog3    # so that pam_tally3 works 
    4949} 
    5050