Browse Source

Sirkull <rock@sirkull.org>:

-Updated to 2.60
-Fixed init
-Changed restart in the init to "spamd" instead of "exim".


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1290 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Chris Efant 21 years ago
parent
commit
7b478e3232
4 changed files with 10 additions and 6 deletions
  1. +2
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +4
    -1
      package/rene/spamassassin/spamassassin.conf
  3. +2
    -2
      package/rene/spamassassin/spamassassin.desc
  4. +2
    -2
      package/rene/spamassassin/spamassassin.init

+ 2
- 1
Documentation/Developers/CHANGELOG-RENE

@ -9,7 +9,8 @@
- Juergen Sawinski: various gcc33 fixes, added gnuplot U tag, additional
packages for the jsaw repository
- Sirkull: updates and additions to the sirkull repository, fixed bind to
install the init script
install the init script and updated exim as well as
fixed it's init script
*) 2003-08-31 (2.0.0-rc1 - 2.0.0-rc2)

+ 4
- 1
package/rene/spamassassin/spamassassin.conf

@ -20,5 +20,8 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
post_install="installinit spamd $confdir/spamassassin.init"
# SpamAssassin doesn't use autoconf anymore
runconf=0
runmkpl=1
hook_add postinstall 3 "install_init spamd $confdir/spamassassin.init"

+ 2
- 2
package/rene/spamassassin/spamassassin.desc

@ -38,8 +38,8 @@
[L] GPL
[S] Stable
[V] 2.55
[V] 2.60
[P] X -----5---9 230.000
[D] 352957630 Mail-SpamAssassin-2.55.tar.gz http://www.spamassassin.org/released/
[D] 1748541027 Mail-SpamAssassin-2.60.tar.gz http://www.spamassassin.org/released/

+ 2
- 2
package/rene/spamassassin/spamassassin.init

@ -1,5 +1,5 @@
#!/bin/sh
#
#
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -36,7 +36,7 @@ main_begin
check(`killall -15 spamd')
block_end
block_begin(restart, `Restarting exim.')
block_begin(restart, `Restarting spamd.')
check(`killall -1 spamd')
block_end

Loading…
Cancel
Save