Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 290797 Details for
Bug 388447
new ebuild: mail-mta/masqmail-0.3.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init-script for masqmail
masqmail (text/plain), 579 bytes, created by
Michael
on 2011-10-25 13:06:06 UTC
(
hide
)
Description:
init-script for masqmail
Filename:
MIME Type:
Creator:
Michael
Created:
2011-10-25 13:06:06 UTC
Size:
579 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >#checks >#TODO: Should exit straight away and not show daemon as started > >if [ ! -f /etc/masqmail/masqmail.conf ] ; then > echo "you have to configure masqmail first." > exit 0 >fi > > > >DAEMON_ARGS=-bd > >start() { > ebegin "Starting masqmail" > start-stop-daemon --start --quiet --exec /usr/sbin/masqmail -- $DAEMON_ARGS > eend $? >} > >stop() { > ebegin "Stopping masqmail" > start-stop-daemon --stop --quiet --exec /usr/sbin/masqmail > 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 388447
:
290795
| 290797 |
299785