diff options
| author | Michael DeHaan <mdehaan@redhat.com> | 2008-06-30 12:18:40 -0400 |
|---|---|---|
| committer | Michael DeHaan <mdehaan@redhat.com> | 2008-06-30 12:18:40 -0400 |
| commit | 323efc8683fef58d40cb14a850aa52ae7515ff50 (patch) | |
| tree | fd97fd682b2ba281a34966c9252a8a578b1965d5 | |
| parent | 9a995865a851907e9dc6c301454d4bfcd3509b2f (diff) | |
| parent | 3de81d4352c5b423b2b1d71773749b1d96efd051 (diff) | |
| download | third_party-func-323efc8683fef58d40cb14a850aa52ae7515ff50.tar.gz third_party-func-323efc8683fef58d40cb14a850aa52ae7515ff50.tar.xz third_party-func-323efc8683fef58d40cb14a850aa52ae7515ff50.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/func
| -rw-r--r-- | func.spec | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
