Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 125652 Details for
Bug 177010
net-fs/zfs-fuse - Zettabyte File System FUSE implementation
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
/etc/init.d/zfs-fuse
zfs (text/plain), 635 bytes, created by
Ingo Bormuth
on 2007-07-22 15:12:37 UTC
(
hide
)
Description:
/etc/init.d/zfs-fuse
Filename:
MIME Type:
Creator:
Ingo Bormuth
Created:
2007-07-22 15:12:37 UTC
Size:
635 bytes
patch
obsolete
>#!/sbin/runscript ># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >depend() { > need fuse >} > >start() { > ebegin "Starting zfs" > start-stop-daemon --start --quiet --background --make-pidfile --pidfile /var/run/zfs.pid --exec /usr/bin/run-zfs-fuse > /usr/sbin/zfs mount -a # this is said be done automatically in the next zfs-fuse version > eend $? >} > >stop() { > ebegin "Stopping zfs" > /bin/sync > /usr/sbin/zfs umount -a && \ # this is optional: do not disconnect mounts that are still in use > start-stop-daemon --stop --quiet --pidfile /var/run/zfs.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 177010
:
118129
|
118130
|
118131
|
118133
| 125652 |
129895
|
130138
|
130139