Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created October 27, 2018 04:17
Show Gist options
  • Save ryantm/b6250362ae766cc45bb11518e2897ba8 to your computer and use it in GitHub Desktop.
Save ryantm/b6250362ae766cc45bb11518e2897ba8 to your computer and use it in GitHub Desktop.
/nix/store/8gf2ii0a8ddnxa8bwqxr904cxd5ysgd6-open-isns-0.99
├── bin
│   ├── isnsadm
│   ├── isnsd
│   └── isnsdd
├── etc
│   └── isns
│   ├── isnsadm.conf
│   ├── isnsd.conf
│   └── isnsdd.conf
├── lib
│   └── systemd
│   └── system
│   ├── isnsd.service
│   └── isnsd.socket
├── nix-support
│   └── propagated-build-inputs
├── sbin -> bin
├── share
│   └── man
│   ├── man5
│   │   └── isns_config.5.gz
│   └── man8
│   ├── isnsadm.8.gz
│   ├── isnsd.8.gz
│   └── isnsdd.8.gz
└── var
└── lib
└── isns
15 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment