* [gentoo-commits] gentoo-x86 commit in mail-filter/spampd/files: init-r1
@ 2014-04-20 14:17 Eray Aslan (eras)
0 siblings, 0 replies; only message in thread
From: Eray Aslan (eras) @ 2014-04-20 14:17 UTC (permalink / raw
To: gentoo-commits
eras 14/04/20 14:17:22
Added: init-r1
Log:
Version bump - bug #507186
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x77F1F175586A3B1F)
Revision Changes Path
1.1 mail-filter/spampd/files/init-r1
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spampd/files/init-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-filter/spampd/files/init-r1?rev=1.1&content-type=text/plain
Index: init-r1
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/mail-filter/spampd/files/init-r1,v 1.1 2014/04/20 14:17:22 eras Exp $
# Note: spampd configuration file is /etc/conf.d/spampd
depend() {
use net
}
start() {
ebegin "Starting spampd"
start-stop-daemon --start --quiet \
--exec /usr/sbin/spampd.pl -- --pid=/run/spampd.pid \
${SPAMPD_OPTS}
eend $? "Failed to start spampd"
}
stop() {
ebegin "Stopping spampd"
start-stop-daemon --stop --quiet --pidfile /run/spampd.pid
eend $? "Failed to stop spampd"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-20 14:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-20 14:17 [gentoo-commits] gentoo-x86 commit in mail-filter/spampd/files: init-r1 Eray Aslan (eras)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox