Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76751 Details for
Bug 118506
nvc-5.70.04 (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/nvcoa
nvcoa (text/plain), 651 bytes, created by
Patrik Kullman
on 2006-01-10 08:52:58 UTC
(
hide
)
Description:
files/nvcoa
Filename:
MIME Type:
Creator:
Patrik Kullman
Created:
2006-01-10 08:52:58 UTC
Size:
651 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >load_module() { > if [ `lsmod | egrep '^dazuko' &>/dev/null; echo $?` -ne 0 ]; then > einfo "Loading dazuko module" > modprobe dazuko > if [ $? -ne 0 ]; then > eerror "Failed to load dazuko module, bailing out..." > eend 1 > fi > fi >} > >start() { > load_module > if [ $? -ne 0 ]; then > eend 1 > fi > ebegin "Starting Norman Virus Control On-Access Scanner Daemon" > /usr/sbin/nvcoa ${NVCOA_OPTS} > eend $? >} > >stop() { > ebegin "Stopping Norman Virus Control On-Access Scanner Daemon" > /usr/sbin/nvcoa --stop > 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 118506
:
76705
|
76749
| 76751