- add missing shebang headers to krsh and krlogin wrapper scripts (#209238)
This commit is contained in:
parent
ee98daaf74
commit
6f6f8aff91
@ -10,7 +10,7 @@
|
|||||||
Summary: The Kerberos network authentication system.
|
Summary: The Kerberos network authentication system.
|
||||||
Name: krb5
|
Name: krb5
|
||||||
Version: 1.5
|
Version: 1.5
|
||||||
Release: 7
|
Release: 8
|
||||||
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
# Maybe we should explode from the now-available-to-everybody tarball instead?
|
||||||
# http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar
|
# http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar
|
||||||
Source0: krb5-%{version}.tar.gz
|
Source0: krb5-%{version}.tar.gz
|
||||||
@ -132,6 +132,9 @@ network uses Kerberos, this package should be installed on every
|
|||||||
workstation.
|
workstation.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 4 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-8
|
||||||
|
- add missing shebang headers to krsh and krlogin wrapper scripts (#209238)
|
||||||
|
|
||||||
* Wed Sep 6 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-7
|
* Wed Sep 6 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-7
|
||||||
- set SS_LIB at configure-time so that libss-using apps get working readline
|
- set SS_LIB at configure-time so that libss-using apps get working readline
|
||||||
support (#197044)
|
support (#197044)
|
||||||
|
1
krlogin
1
krlogin
@ -1 +1,2 @@
|
|||||||
|
#!/bin/sh
|
||||||
/usr/kerberos/bin/rlogin -x $*
|
/usr/kerberos/bin/rlogin -x $*
|
||||||
|
Loading…
Reference in New Issue
Block a user