summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2006-10-04 14:16:41 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2006-10-04 14:16:41 +0000
commit6f6f8aff91d1e522ad7bb98d3b7e3f05e74fab67 (patch)
treec024c4c3c2361aa5490bd98c620792e650404062
parentee98daaf744ce4d814f80333ff6fe47196148598 (diff)
downloadkrb5-6f6f8aff91d1e522ad7bb98d3b7e3f05e74fab67.tar.gz
krb5-6f6f8aff91d1e522ad7bb98d3b7e3f05e74fab67.tar.xz
krb5-6f6f8aff91d1e522ad7bb98d3b7e3f05e74fab67.zip
- add missing shebang headers to krsh and krlogin wrapper scripts (#209238)
-rw-r--r--krb5.spec5
-rw-r--r--krlogin1
-rw-r--r--krsh1
3 files changed, 6 insertions, 1 deletions
diff --git a/krb5.spec b/krb5.spec
index 126127d..80b3cb4 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -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)
diff --git a/krlogin b/krlogin
index 9822523..d670f44 100644
--- a/krlogin
+++ b/krlogin
@@ -1 +1,2 @@
+#!/bin/sh
/usr/kerberos/bin/rlogin -x $*
diff --git a/krsh b/krsh
index 9b4b6dc..3acbef5 100644
--- a/krsh
+++ b/krsh
@@ -1 +1,2 @@
+#!/bin/sh
/usr/kerberos/bin/rsh -x $*