Advertisement
zezaocapoeira

rc.zfs-slackware64-15-zfs.patch

May 9th, 2023
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. 84,87c84
  2. < echo "Unmounting ZFS filesystems"
  3. < "$ZFS" umount -a
  4. <
  5. < rm -f "$LOCKFILE"
  6. ---
  7. > echo "This init script Does No Unmounting . . ."
  8. 110,119d106
  9. < restart)
  10. < stop
  11. < start
  12. < ;;
  13. < condrestart)
  14. < if [ -f "$LOCKFILE" ]; then
  15. < stop
  16. < start
  17. < fi
  18. < ;;
  19. 121c108
  20. < echo $"Usage: $0 {start|stop|status|restart|condrestart}"
  21. ---
  22. > echo $"Usage: $0 {start|stop|status}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement