summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-06-28 00:22:14 -0400
committerAdrian Likins <alikins@redhat.com>2008-06-28 00:22:14 -0400
commit4b43a604e5525e7295a26969d463e611befdd2f9 (patch)
treef49835c49974d07e1e353644762f3373960e19ce
parentc32f90cfb0ec131eded7cf7da7568e3853a1b265 (diff)
downloadthird_party-func-4b43a604e5525e7295a26969d463e611befdd2f9.tar.gz
third_party-func-4b43a604e5525e7295a26969d463e611befdd2f9.tar.xz
third_party-func-4b43a604e5525e7295a26969d463e611befdd2f9.zip
fix fedora bug #441283 - typo in postinstall scriptlet
(the init.d symlinks for runlevels 1 and 6 were created wrong)
-rw-r--r--func.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/func.spec b/func.spec
index e8f6d23..0e5abed 100644
--- a/func.spec
+++ b/func.spec
@@ -99,7 +99,7 @@ else
ln -sf /etc/init.d/funcd /etc/rc.d/rc${i}.d/S99funcd
done
for i in 1 6; do
- ln -sf /etc/init.d/funcd /etc/rc.d/rc${i}.d/S99funcd
+ ln -sf /etc/init.d/funcd /etc/rc.d/rc${i}.d/k01funcd
done
fi
@@ -123,6 +123,10 @@ fi
%changelog
+* Fri Jun 28 2008 Adrian Likins <alikins@redhat.com> - 0.18-2
+- fix fedora bug #441283 - typo in postinstall scriptlet
+ (the init.d symlinks for runlevels 1 and 6 were created wrong)
+
* Mon Mar 03 2008 Adrian Likins <alikins@redhat.com> - 0.18-1
- split off certmaster