Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403902 Details for
Bug 550330
app-admin/ulogd-2.0.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ulogd.init
ulogd.init (text/plain), 910 bytes, created by
Coacher
on 2015-05-25 04:13:52 UTC
(
hide
)
Description:
ulogd.init
Filename:
MIME Type:
Creator:
Coacher
Created:
2015-05-25 04:13:52 UTC
Size:
910 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >extra_started_commands="reload reopen" > >: ${ULOGD_BINARY:=/usr/sbin/ulogd} >: ${ULOGD_PIDFILE:=/run/${SVCNAME}.pid} >: ${ULOGD_OPTS:=--daemon --uid ulogd --pidfile ${ULOGD_PIDFILE}} > >depend() { > before iptables ip6tables ebtables firewall > after mysql postgresql >} > >start() { > ebegin "Starting ${SVCNAME}" > start-stop-daemon --start \ > --exec ${ULOGD_BINARY} --pidfile ${ULOGD_PIDFILE} \ > -- ${ULOGD_OPTS} > eend $? >} > >stop() { > ebegin "Stopping ${SVCNAME}" > start-stop-daemon --stop --pidfile ${ULOGD_PIDFILE} > eend $? >} > >reload() { > ebegin "Reloading ${SVCNAME} configuration" > start-stop-daemon --signal USR1 --pidfile ${ULOGD_PIDFILE} > eend $? >} > >reopen() { > ebegin "Reopening ${SVCNAME} logfiles" > start-stop-daemon --signal HUP --pidfile ${ULOGD_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 550330
:
403898
|
403900
| 403902 |
403904
|
403906
|
403908
|
403910
|
404296
|
404510