Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186147 Details for
Bug 257933
new ebuilds for halevt and boolstuff -> supersedes ivman
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script for halevt
halevt (text/plain), 464 bytes, created by
Jan Seeger
on 2009-03-24 21:12:00 UTC
(
hide
)
Description:
init script for halevt
Filename:
MIME Type:
Creator:
Jan Seeger
Created:
2009-03-24 21:12:00 UTC
Size:
464 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License, v2 or later > > > > >depend() { > need hald >} > >start() { > ebegin "Starting Automounter" > start-stop-daemon --start --pidfile /var/run/halevt.pid --exec /usr/bin/halevt -- -u root -g plugdev -c /etc/halevt/halevt.xml > /dev/null > eend $? >} > >stop() { > ebegin "Stopping Automounter" > start-stop-daemon --stop --pidfile /var/run/halevt.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 257933
:
181190
|
181192
| 186147 |
192729