Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 150284 Details for
Bug 179689
dkimproxy signs/verifies DomainKeys Identified Mail (DKIM)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Init script
dkimproxy_out.rc (text/plain), 677 bytes, created by
Sandino Araico Sanchez
on 2008-04-19 11:54:02 UTC
(
hide
)
Description:
Init script
Filename:
MIME Type:
Creator:
Sandino Araico Sanchez
Created:
2008-04-19 11:54:02 UTC
Size:
677 bytes
patch
obsolete
>#!/sbin/runscript > >depend() { > need net > use mta >} > >checkconfig() { > if [ ! -f /etc/dkimproxy_out.conf ]; then > eerror "Configuration file /etc/dkimproxy_out.conf not found" > return 1 > fi >} > >start() { > checkconfig || return 1 > > ebegin "Starting dkimproxy_out" > start-stop-daemon --start --quiet \ > --exec /usr/bin/dkimproxy.out \ > -- --conf_file=/etc/dkimproxy_out.conf \ > --daemonize --pidfile=/var/run/dkimproxy_out.pid > eend ${?} >} > >stop() { > ebegin "Stopping dkimproxy_out" > start-stop-daemon --stop --quiet --pidfile /var/run/dkimproxy_out.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 179689
:
120236
|
146739
|
146740
|
150283
| 150284 |
150285
|
197157