automatic

  1. F

    ZFS Automatic execution of zfs-snapshot

    Hello, Is it possible to execute something like this: # zfs destroy -r pool/users@7daysago # zfs rename -r pool/users@6daysago @7daysago # zfs rename -r pool/users@5daysago @6daysago # zfs rename -r pool/users@4daysago @5daysago # zfs rename...
  2. nobrowser

    How to make package "user installed"

    `pkg install` has a `-A, --automatic` option, but how to effect the opposite? I have a bunch of library packages that just got dragged in as I installed others. But now I'm building some code by hand that uses those libraries, so I want the containing packages to be "really" or "manually"...
  3. arseniogut

    Automatic license agreement per package

    When I make install a port requiring several dependencies of varying licenses, what flag or option can I indicate to install all software and automatically accept their license terms?
Back
Top