summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2014-01-31 16:50:21 -0500
committerNalin Dahyabhai <nalin@dahyabhai.net>2014-01-31 16:55:11 -0500
commit5c7bab5883f22abfa99b4092de27adc3ff713721 (patch)
tree6a775e4f4c96b643af7feb4e913e29eb63e930a1
parent9b18d26ce3864e6d502b76e1151f1dfc92569650 (diff)
downloadkrb5-5c7bab5883f22abfa99b4092de27adc3ff713721.tar.gz
krb5-5c7bab5883f22abfa99b4092de27adc3ff713721.tar.xz
krb5-5c7bab5883f22abfa99b4092de27adc3ff713721.zip
Take x bit off of an html doc file, fix whitespace
-rw-r--r--krb5.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/krb5.spec b/krb5.spec
index cb1a452..50a88e8 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -345,7 +345,7 @@ ln -s NOTICE LICENSE
%patch141 -p1 -b .rcache-acquirecred-test
# Take the execute bit off of documentation.
-chmod -x doc/krb5-protocol/*.txt
+chmod -x doc/krb5-protocol/*.txt doc/ccapi/*.html
# Generate an FDS-compatible LDIF file.
inldif=src/plugins/kdb/ldap/libkdb_ldap/kerberos.ldif
@@ -692,8 +692,8 @@ fi
# Remove the init script for older servers.
[ -x /etc/rc.d/init.d/krb5server ] && /sbin/chkconfig --del krb5server
%if %{WITH_SYSTEMD}
-if [ $1 -eq 1 ] ; then
- # Initial installation
+if [ $1 -eq 1 ] ; then
+ # Initial installation
/bin/systemctl daemon-reload >/dev/null 2>&1 || :
fi
%else
@@ -744,7 +744,7 @@ exit 0
%if %{WITH_SYSTEMD}
%triggerun server -- krb5-server < 1.9.1-13
# Save the current service runlevel info
-# User must manually run
+# User must manually run
# systemd-sysv-convert --apply krb5kdc
# systemd-sysv-convert --apply kadmin
# systemd-sysv-convert --apply kprop
@@ -869,7 +869,7 @@ exit 0
%{_sbindir}/krb5kdc
%{_mandir}/man8/krb5kdc.8*
-# This is here for people who want to test their server, and also
+# This is here for people who want to test their server, and also
# included in devel package for similar reasons.
%{_bindir}/sclient
%{_mandir}/man1/sclient.1*
@@ -2445,7 +2445,7 @@ exit 0
* Wed Oct 18 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-10
- rename krb5.sh and krb5.csh so that they don't overlap (#210623)
- way-late application of added error info in kadmind.init (#65853)
-
+
* Wed Oct 18 2006 Nalin Dahyabhai <nalin@redhat.com> - 1.5-9.pal_18695
- add backport of in-development preauth module interface (#208643)