Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 53155 Details for
Bug 84639
mail-filter/dspam-3.4_p1 - version bump and ebuild fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mail-filter/dspam/files/dspam.rc
dspam.rc (text/plain), 935 bytes, created by
steveb
on 2005-03-10 19:05:09 UTC
(
hide
)
Description:
mail-filter/dspam/files/dspam.rc
Filename:
MIME Type:
Creator:
steveb
Created:
2005-03-10 19:05:09 UTC
Size:
935 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: Exp $ > >depend() { > use logger > need net > before mta > after pg_autovacuum postgresql mysql >} > >checkconfig() { > if [ ! -f "/etc/mail/dspam/dspam.conf" ] > then > eerror "You need a DSPAM configuration in /etc/mail/dspam/dspam.conf" > return 1 > fi > if (! grep -q "^ServerPID" /etc/mail/dspam/dspam.conf); then > eerror "ServerPID missing in DSPAM configuration /etc/mail/dspam/dspam.conf" > return 1 > fi >} > >start() { > checkconfig || return 1 > > ebegin "Starting DSPAM" > start-stop-daemon --start --quiet --background \ > --exec /usr/bin/dspam -- --daemon > eend ${?} >} > >stop() { > checkconfig || return 1 > > local DSPAM_PID="$(grep "^ServerPID" /etc/mail/dspam/dspam.conf)" > DSPAM_PID="${DSPAM_PID/ServerPID/}" > > ebegin "Stopping DSPAM" > start-stop-daemon --stop --quiet --pidfile ${DSPAM_PID} > eend ${?} >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 84639
:
53019
|
53150
|
53154
| 53155