Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 291540 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/zfs-fuse/run.sh (-3 / +5 lines)
Lines 1-5 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
2
echo ""
3
echo "On Gentoo ZFS-FUSE runs in debugging mode by default."
4
echo "To run ZFS-FUSE without debugging please run /usr/bin/run-zfs-fuse"
3
ulimit -c unlimited
5
ulimit -c unlimited
4
6
echo ""
5
./zfs-fuse --no-daemon
7
/usr/bin/run-zfs-fuse

Return to bug 291540