- add missing shebang headers to krsh and krlogin wrapper scripts (#209238)

This commit is contained in:
Nalin Dahyabhai 2006-10-04 14:16:41 +00:00
parent ee98daaf74
commit 6f6f8aff91
3 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,7 @@
Summary: The Kerberos network authentication system.
Name: krb5
Version: 1.5
Release: 7
Release: 8
# 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
Source0: krb5-%{version}.tar.gz
@ -132,6 +132,9 @@ network uses Kerberos, this package should be installed on every
workstation.
%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
- set SS_LIB at configure-time so that libss-using apps get working readline
support (#197044)

View File

@ -1 +1,2 @@
#!/bin/sh
/usr/kerberos/bin/rlogin -x $*

1
krsh
View File

@ -1 +1,2 @@
#!/bin/sh
/usr/kerberos/bin/rsh -x $*