~joel-sher/openvista-gtm-integration/addionalroutines

« back to all changes in this revision

Viewing changes to packages/rpm/openvista-libs.spec

  • Committer: Jonathan Tai
  • Date: 2009-04-16 04:06:26 UTC
  • mfrom: (4.2.51 scripts-work)
  • Revision ID: jon.tai@medsphere.com-20090416040626-lrxsda2fe20gtozj
Merge scripts-work branch into mainline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
install -m 644 src/libopenvista/openvista.xc %{buildroot}%{_datadir}/openvista
41
41
 
42
42
install -d %{buildroot}%{_sysconfdir}/pam.d
43
 
echo '@include system-auth' > %{buildroot}%{_sysconfdir}/pam.d/openvista
 
43
cat > %{buildroot}%{_sysconfdir}/pam.d/openvista <<EOF
 
44
#%PAM-1.0
 
45
auth     include        system-auth
 
46
account  include        system-auth
 
47
password include        system-auth
 
48
session  include        system-auth
 
49
EOF
44
50
chmod 644 %{buildroot}%{_sysconfdir}/pam.d/openvista
45
51
 
46
52
%clean