Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 310511 Details for
Bug 414155
[patch] sys-apps/openrc local service enhancement
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/local patchfile
local.patch (text/plain), 554 bytes, created by
Duncan
on 2012-04-30 16:35:03 UTC
(
hide
)
Description:
/etc/init.d/local patchfile
Filename:
MIME Type:
Creator:
Duncan
Created:
2012-04-30 16:35:03 UTC
Size:
554 bytes
patch
obsolete
>--- local 2012-04-25 22:06:17.000000000 -0700 >+++ /etc/init.d/local 2012-04-30 09:14:56.000000000 -0700 >@@ -12,10 +12,10 @@ depend() > > start() > { >- einfo "Starting local" >+ einfo "Starting $RC_SVCNAME" > > local file >- for file in /etc/local.d/*.start ; do >+ for file in /etc/local.d/*.start${RC_SVCNAME#local} ; do > [ -x "$file" ] && "$file" > done > >@@ -35,7 +35,7 @@ stop() > einfo "Stopping local" > > local file >- for file in /etc/local.d/*.stop; do >+ for file in /etc/local.d/*.stop${RC_SVCNAME#local} ; do > [ -x "$file" ] && "$file" > done >
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 414155
: 310511