summaryrefslogtreecommitdiffstats
path: root/kadmind.init
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@fedoraproject.org>2006-10-18 21:36:40 +0000
committerNalin Dahyabhai <nalin@fedoraproject.org>2006-10-18 21:36:40 +0000
commit54faf415560c7e317998481cc163948ff631341c (patch)
tree9b617db4e4d0d449d8aadcd7ec3c477fba0b8f14 /kadmind.init
parent74169f4b3c2fb7b619b0772185f1dec7555012e5 (diff)
downloadkrb5-54faf415560c7e317998481cc163948ff631341c.tar.gz
krb5-54faf415560c7e317998481cc163948ff631341c.tar.xz
krb5-54faf415560c7e317998481cc163948ff631341c.zip
add newlines after new errors
Diffstat (limited to 'kadmind.init')
-rwxr-xr-xkadmind.init4
1 files changed, 2 insertions, 2 deletions
diff --git a/kadmind.init b/kadmind.init
index c63f12e..2b22a77 100755
--- a/kadmind.init
+++ b/kadmind.init
@@ -30,11 +30,11 @@ RETVAL=0
# Shell functions to cut down on useless shell instances.
start() {
if [ ! -f /var/kerberos/krb5kdc/principal ] ; then
- echo -n $"Error. Default principal database does not exist."
+ echo $"Error. Default principal database does not exist."
exit 0
fi
if [ -f /var/kerberos/krb5kdc/kpropd.acl ] ; then
- echo -n $"Error. This appears to be a slave server, found kpropd.acl"
+ echo $"Error. This appears to be a slave server, found kpropd.acl"
exit 0
else
if [ ! -f /var/kerberos/krb5kdc/kadm5.keytab ] ; then