Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 225987 Details for
Bug 312453
[EBUILD] new package: mail-filter/postfwd
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script (files/)
postfwd.init (text/plain), 641 bytes, created by
Matthias Dahl
on 2010-03-31 18:03:28 UTC
(
hide
)
Description:
init script (files/)
Filename:
MIME Type:
Creator:
Matthias Dahl
Created:
2010-03-31 18:03:28 UTC
Size:
641 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >PIDFILE=/var/run/postfwd.pid > >depend() { > need net >} > >start() { > ebegin "Starting postfwd" > start-stop-daemon --start --quiet --background \ > --pidfile ${PIDFILE} \ > --exec /usr/sbin/postfwd -- --daemon --file ${POSTFWD_CONFIG} \ > --interface=${POSTFWD_LISTEN} --port=${POSTFWD_PORT} \ > --user=${POSTFWD_USER} --group=${POSTFWD_GROUP} \ > --pidfile ${PIDFILE} > ${POSTFWD_OPTS} > eend $? >} > >stop() { > ebegin "Stopping postfwd" > start-stop-daemon --stop --quiet --pidfile ${PIDFILE} > 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 312453
:
225983
|
225985
| 225987 |
225989
|
225991