Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 22658 Details for
Bug 36486
exim-4.30 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
exim.rc6
exim.rc6 (text/plain), 522 bytes, created by
Dennis Freise
on 2003-12-25 09:33:12 UTC
(
hide
)
Description:
exim.rc6
Filename:
MIME Type:
Creator:
Dennis Freise
Created:
2003-12-25 09:33:12 UTC
Size:
522 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later ># $Header: /home/cvsroot/gentoo-x86/net-mail/exim/files/exim.rc6,v 1.7 2003/02/14 23:03:14 vapier Exp $ > >depend() { > need logger net > provide mta >} > >start() { > ebegin "Starting exim" > start-stop-daemon --start --quiet --exec /usr/sbin/exim -- ${EXIM_OPTS:--bd -q15m} > eend $? >} > >stop() { > ebegin "Stopping exim" > start-stop-daemon --stop --quiet --exec /usr/sbin/exim > 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 36486
:
22657
|
22658
|
22679