Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 9178 Details for
Bug 17167
lircmd init script missing...
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The script I made
lircmd (text/plain), 381 bytes, created by
Radek Podgorny
on 2003-03-09 15:47:30 UTC
(
hide
)
Description:
The script I made
Filename:
MIME Type:
Creator:
Radek Podgorny
Created:
2003-03-09 15:47:30 UTC
Size:
381 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later > >depend() { > need lircd >} > >start() { > ebegin "Starting lircmd" > start-stop-daemon --start --quiet --exec /usr/sbin/lircmd > eend $? >} > >stop() { > ebegin "Stopping lircmd" > start-stop-daemon --stop --quiet --exec /usr/sbin/lircmd > 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 17167
: 9178