Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 311165 Details for
Bug 415129
please add /etc/init.d/zfs to freebsd-cddl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
files/zfs.initd
zfs (text/plain), 432 bytes, created by
Yuta SATOH
on 2012-05-08 11:42:47 UTC
(
hide
)
Description:
files/zfs.initd
Filename:
MIME Type:
Creator:
Yuta SATOH
Created:
2012-05-08 11:42:47 UTC
Size:
432 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need hostid > before fsck >} > >start() { > einfo "Starting zfs ..." > zfs mount -a > zfs share -a > if [ ! -d /etc/zfs ]; then > mkdir -p /etc/zfs > fi > if [ ! -r /etc/zfs/exports ]; then > touch /etc/zfs/exports > fi >} > >stop() { > einfo "Stopping zfs ..." > zfs unshare -a > zfs unmount -a >}
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 415129
:
311163
| 311165